Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Importing data from an LDAP Database

    I am trying this:

    sp_addlinkedserver 'ADSI', 'Active Directory Service Interfaces', 'ADSDSOObject', 'adsdatasource'

    exec sp_addlinkedsrvlogin 'ADSI', false, '[local SQL LOGIN]',

    '[LDAP DB USER]', '[LDAP USER PASSWORD]'

    SELECT * FROM OpenQuery( ADSI, 'SELECT *...

Viewing post 1 (of 2 total)