Have you ever had the need to query Active Directory right out of SQL Server using native TSQL? There are 3 ways to accomplish this. The first is CLR, but I won’t be covering that method. The other two methods are OPENROWSET and OPENQUERY. OPENROWSET requires Ad Hoc Distributed Queries to be enabled and OPENQUERY […]
The post Query Active Directory from SQL Server appeared first on Ryan Adams Blog.