Due to the auditor recommendation, I disabled the sa
user for SQL Server
New sql
user with full privileges was created
Unfortunately password was expired and user in application attempt with multiple failures that locked the admin users (password policy)
Now, I am stuck with:
sa
- diabledsql
user - locked outI only have a local Windows user in SQL Server which does not have right to modify the sa
or sql
user
Thank God we have a physical cluster and we shifted but what should I do for the problem:
Thanks in advance
This happened to me before and thankfully it is easy to solve when you have local admin access to the physical server. Basically you need to start the service in single user mode, connect with windows auth and either change the password or create a temporary account with sysadmin.
Step by step instructions: https://msdn.microsoft.com/en-us/library/dd207004.aspx