I dug around for several days on this same issue. I ended up writing a stored procedure that handles the sp_OA calls to use ADO connections to query LDAP and get around the 1000 record limit.
use master
go
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[spQueryAD]') and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.