May. 24, 2013 12:51 pm / Posted by Michael Eric to Files & Database
Follow @MichaelEric
Have you ever forgotten SA password in SQL Server2008 R2? Do you know how to reset SA password in SQL Server 2012? Not a few of my friends once forgot their SA password and reinstalled SQL Server at last, because at that time they failed to find some methods to solve the problem. In order to help you out when you encountered the same situation, I sort out some methods to recover SA password on SQL Server 2008 R2.
If you are a new user of SQL Server 2008 R2, I highly recommend you to use third party software ― SQL 2008 SA Password Recovery. It is easy-to-understand and safe for newbie of SQL Server. You even don't need to install SQL at all to performance SQL password recovery.
Here to download free trial version of SQL SA Password Recovery, Then follow the steps below:
Download SmartKey SQL Password Recovery:
Note: The default master.mdf file location is as follow:
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER08\MSSQL\DATA
Now, you have successfully reset SA password in SQL Server 2008 R2. You can use new SA password to enter your SQL Server.
If you are an advanced user of SQL Server 2008 R2, you may want to change SA password in SQL Server 2008 R2 all by your own. Then the following two methods are available for you.
Step1. Open SQL Server Management Studio
Step2. Open a new query
Step3. Type the follow commands and execute:
GO
ALTER LOGIN [sa] WITH DEFAULT_DATABASE= [master]
GO
USE [master]
GO
ALTER LOGIN [sa] WITH PASSWORD=N'NewPassword' MUST_CHANGE
GO
Next time when you or your friends forgot SA password in SQL Server 2008 R2, you can reset SA password SQL Server 2008 R2 with the mentioned methods above.
Tips: What is SA and What is the Default password for SA in SQL Server 2008 R2?
When we mention SA, we have to understand what MS SQL Server is first. MS SQL Server is one of the most widely used relational database system produced by Microsoft Corporation. While SA (abbreviation for "System Administrator") is the password associated with a Microsoft SQL Server. It is typical term used to refer to the database administrator.
The default SA password for SQL Server 2008 R2 should be a blank password.
Download SmartKey SQL Password Recovery:
Recover all your Windows 8/7/vista/xp Password and fix your computer problem
Copyright©2007-2020 SmartKey Password Recovery. All rights Reserved.