SqlServer UDF and DirectoryServices

  • Thread starter Thread starter HowardB
  • Start date Start date
H

HowardB

Using a VisualStudio Sql Server Database project template, I want to
access DirectoryServices (AD) from a UDF, but cannot add a reference to
directoryservices.dll (legally) into the c# project, and if I add it
illegally (in the XML) ,i get a sql error saying that DirectoryServices
is not in the SQL catalog when I try to deploy it

Qusetion: can I access DirectoryServices from Sql Server in either a
UDF or SP. If the answer is yes - then how?

Thanks
Howard
 
Back
Top