Hello,
I wrote a SQL CLR Table Value Function that queries Active Directory With System.DirectoryServices. This is extremely powerfull because it could be used in a join with SQL tables to produce a filtered result set. So much better than using linked server...So far so good.
I would like to know if I could benefit from SDS.P asynch searches in the context of SQL CLR ?
Any help appreciated.
Olivier.