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.
Discover more
sql using server methodShare by
Jessica Tanner
Update 05 March 2020
You should read it
- Load balancing in Web applications (end part)
- How to Create a Minecraft Server Using Hamachi
- The difference between web server and app server
- Network basics: Part 3 - DNS Server
- How to access Linux server from Android
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- How to Connect to MySQL Using PHP
- How to Learn PHP and MySQL
- How to Prevent SQL Injection in PHP









