Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. notjustageek

    How can i query Active Directory from my SQL Server

    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...

Part and Inventory Search

Back
Top