Reset SQL password if you forgot SA password
You can reset the SQL log in password in two ways. If you are skilled SQL command, you can reset sa password with some simple codes like [osql -U sa -P "" -Q "sp_password NULL,<newpassword>,sa"] . If you have no ideal about SQL command, I would like to recommend you to free download MS SQL Server Password Unlocker, which helps to instantly change SQL password without data loss.
Personally, I would like to use SQL password changing tool, like MS SQL Server Password Unlocker. I have no ideal about the sql commands and other setting but I forgot sql password. My friend recommended me MS SQL Server Password Unlocker, and I used it. Just one click, I reset the SA password
|