Hi Friends
I want to know about authentication modes in SQL Server and how can I change authentication modes ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Jul 17, 2012, 2:29 AM
1) Windows authentication
2) Sql authentication
windows authentication takes current logged in windows credentials.
Sql server authentication takes the user id and password created on the sql server.
Satyapriya NayakPosted Jul 16, 2012, 8:21 AM
Please refer the below link
http://technico.qnownow.com/2012/03/17/explanation-of-different-sql-server-authentication-modes/
Thanks
Deepak VermaPosted Jul 16, 2012, 7:08 AM
For Authentication Modes Click Here
To know about how to change Authentication Mode Click Here