What is a trusted connection in terms of SQL Server 2005 (Trusted vs Windows Auth)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A trusted connection is the same thing as using Windows Authentication in SQL Server 2005. Authentication is done by the domain, and authorization is handled by SQL Server. SQL Server can also use its own logins, such as the MSDN has a good article about choosing the right Authentication Mode. It's a good primer. |
|||||||||||
|
|
Trusted means Windows Authentication. |
|||
|
|
