Technology Musings
Some time ago, I needed to sync down a list of AD users to use as a lookup (as opposed to querying LDAP on demand). I found this little gem: How to avoid 1000 rows limitation when querying active directory (AD) from SQL 2005 with using custom code. It works great, especially since I submitted a bug fix.
In any case, the process is very simple:
I highly recommend you download and tuck this project away on disk somewhere, even if you don’t need it yet. It’s worked flawlessly for me and been a huge help.
1 Response to Query Active Directory from SQL Server 2005
Query Active Directory from SQL Server (again) | Idea Excursion
November 4th, 2008 at 3:02 pm
[...] my last post on the issue, instead of simply copping out and pointing to another blog for instructions on how to query Active [...]