Reputation: 43
I was using sql server authentication for my local pc database but then I set it to window authentication and restart the database . After that, I can't login the sql server authentication with the correct user and password . how to set it back to default ?
was using microsoft sql server 2012
Upvotes: 0
Views: 38
Reputation:
You can change the registry key, here is a quick guide: http://www.sqldbadiaries.com/2010/08/15/change-authentication-mode-from-windows-registry/
Once changed, you'll need to restart the instance.
Upvotes: 1