SQL Server user names and passwords
Where SQL server user names and passwords are stored in SQL server?
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.
Jignesh TrivediPosted Jan 23, 2012, 10:41 PM
please refer
http://www.akadia.com/services/sqlsrv_logins_and_users.html
and also check "sys.server_principals"
http://msdn.microsoft.com/en-us/library/ms179503.aspx
hope this help.
Satyapriya NayakPosted Jan 23, 2012, 7:14 AM
They are stored in master db in the sysxlogins table.
Thanks
Hemant KumarPosted Jan 23, 2012, 7:10 AM
Master database stores login informations.
To see all the available login username and password