Hi friends,
I want to know Where SQL server user names and passwords are stored in SQL server?
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.
Satyapriya NayakPosted Jun 5, 2012, 9:11 AM
SQL server user names and passwords are stored in master db in the sysxlogins table.
Thanks