Showing posts with label specific. Show all posts
Showing posts with label specific. Show all posts

Tuesday, February 14, 2012

Does there apply any specific Active Directory integration for SQL Server 2000?

Does there apply any specific Active Directory integration for SQL Server 2000?"Peter" <Peter.nospam@.news.com> wrote in message
news:OgyQNLwwDHA.2568@.TK2MSFTNGP09.phx.gbl...
> /Peter
>
Yes, SQL 2000 uses integrated authentication. (through AD of course).
SQL can register with Active Directory so that applications easily can find
Sql servers in the enterprise. *and* SQL can link active directory using
'linked server' and a valid OleDb active direoctry connection string. You
can enter SQL statements to query for and select active directory objects!
Cheers,