• Bridget Elise Nelson (10/24/2007)


    Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'?

    Can this be ran on SQL server only?

    'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld' is the way that you specify the Active Directory server, it is called a distinguished name.

    http://msdn.microsoft.com/en-us/library/aa366101(VS.85).aspx

    You can run it completely in SQL server if you use a script task in SSIS to execute the vbscript portion.