How to Unlock SQL Server Account
Have you lost or forgotten your SQL Server login? Are you unable to access your SQL Server account? If you are an individual user in the SQL Server, you can contact your SA (system administrator) to reset a new password for you. But if you...
Method 1 of 4:
Using the Command Prompt
-
Press Win+R and type cmd. Hit enter. The Command Prompt will be appeared. -
Run Osql –S ComputerName –E command and hit enter. -
Now run EXEC sp_password NULL, 'NewPassword', 'sa' and hit enter. -
Type Go to make it done. Now you can log into your SQL Server by using the new password.
Method 2 of 4:
Using SQL Management Studio
The SQL Server password can be changed in Management Studio by using Windows Authentication.
-
Log into your SQL Server by using Windows Authentication. In the Management Studio. -
Expand Object Explorer and open the Security folder. -
Now expand the Logins folder, right click on SA account and click on Properties. -
Type a new SA password and confirm it. Then click on OK.
Method 3 of 4:
Using SQL Script
-
Open SQL Server Management Studio to change the SQL Server password by using SQL Script. -
Open a New Query and write the query given in the image shown. Execute it.
Method 4 of 4:
Using Third Party Software
- Try a third-party tool to unlock the SQL Server accounts (system administrator as well as individual). Search online for reviews of suitable software.
Similar Post
- How to set up POP server for Outlook.com account
- Using USB to lock or unlock Windows computer, have you tried it or not?
- Instructions for enabling 'Slide to Unlock' feature on iOS 10
- Facebook supports unlocking accounts with facial recognition
- How to unlock blocked Facebook
- Server Core - Manage Account and Server


