Question : Linking with Windows 2000 Servers Active Directory

Is there a way to create a live link between SQL Server 7.0 and Active Directory?

Answer : Linking with Windows 2000 Servers Active Directory

Try:

SELECT * FROM OpenQuery( ADSI, 'SELECT name, adsPath FROM ''LDAP://DC=am1st,DC=com'' WHERE objectCategory = ''Person'' AND objectClass= ''user''')
Random Solutions  
 
programming4us programming4us