Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Access AZMAN from SQL Server 2005

0 views
Skip to first unread message

Macduff

unread,
Nov 18, 2009, 12:16:05 PM11/18/09
to
Hi

I am trying to access an AZMAN store that is located in ADAM from a sql
query. I have written the query below but dont get any data. Is it possible
to access AZMAN in the same way you would access AD?

Thanks

SELECT cn
FROM OPENQUERY( ADSI,
'SELECT cn
FROM
''LDAP://server:50000/CN=AzManADAMStore,OU=SecNetPartition,O=SecNet,C=US''
where cn = ''Roles''')

0 new messages