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

Re: SqlServer UDF and DirectoryServices by HowardB

HowardB
Tue Feb 21 04:56:19 CST 2006

Obviously should have said - Sql Server 2005 using CLR integration