dbTalk Databases Forums  

DTS/LDAP connection

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS/LDAP connection in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mary
 
Posts: n/a

Default DTS/LDAP connection - 12-11-2003 , 04:56 PM






Can anybody tell me how to specify the DTS connection properties if I need
to connect to an LDAP database/server?

Thanks for any help.

Mary



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS/LDAP connection - 12-11-2003 , 06:27 PM






Why not set up a linked server first so you can use that.

EXEC sp_addlinkedserver 'ADSI',
'Active Directory Services 2.5',
'ADSDSOObject',
'adsdatasource'


You can then issue queries against that.

http://msdn.microsoft.com/library/de...qd_12_94fn.asp

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Mary" <mary.powers (AT) pnl (DOT) gov> wrote

Quote:
Can anybody tell me how to specify the DTS connection properties if I need
to connect to an LDAP database/server?

Thanks for any help.

Mary





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.