Tip & How-To about Computers & Internet

Deal with Forgotten SQL SA Password

Here is an essay which will introduce something about SQL Server password such as the policy of what kind of the SQL SA password should be, and also how to reset the SQL password.

I. Policy of SQL Server password

Password Complexity

Password complexity policies are designed to deter brute force attacks by increasing the number of possible passwords. When password complexity policy is enforced, new passwords must meet the following guidelines:

1. The password does not contain all or part of the account name of the user. Part of an account name is defined as three or more consecutive alphanumeric characters delimited on both ends by white space such as space, tab, and return, and any of the following characters: comma (,), period (.), hyphen (-), underscore (_), or number sign (#).

2. The password is at least eight characters long.

3. The password contains characters from three of the following four categories:

* Latin uppercase letters (A through Z)

* Latin lowercase letters (a through z)

* Base 10 digits (0 through 9)

* Non-alphanumeric characters such as: exclamation point (!), dollar sign ($), number sign (#), or percent (%).

Passwords can be up to 128 characters long. You should use passwords that are as long and complex as possible.

II. Reset SQL SA Password

1. Way to change the known sa password to a complex one

Step 1: Run command prompt when you have made sure the SQL has been connected.

Step 2: Type in the following command and then press Enter
osql -U sa

Step 3: Type in the command as the following shows to change the password and then press Enter

Sp_password @old = null, @new = 'complexpwd', @loginame='sa'
go

2. Use MS SQL Server Password Unlocker to reset the unknown sa password

As we suggested in the policy of the SQL SA password, the password should be as long and complex as possible then it would be easy to lead a serious problem -- forget SQL password. So here we also need to know some convenient tool to reset the forgotten SQL Server password. And following is an efficient tool which you can use -- MS SQL Server Password Unlocker.

MS SQL Server Password Unlocker supports MS SQL Server and MS SQL Server Express 2000/2005/2008 SQL password recovery. Also it is known for the clear and interactive of the design. You can use this tool to reset your SQL password instantly within a few steps.

Step 1: Download MS SQL Server Password Unlocker on your local PC, install and launch it.

Step 2: Click the Open button to import the file of master.mdf.

Step 3: Select the SA account and then click Change Password button.

Step 4: Enter your new password and click OK. Your SA password will be reset.

You may have a check on the website to see how bright the interface is.Also MS SQL Server Password Unlocker would support you whenever you get any questions about the program as they got the most patient customer service and professional technical supporting.

For more info please visit: http://www.passwordunlocker.com/sql-server-password-recovery.html

Posted by on

Computers & Internet Logo

Related Topics:

Related Questions:

0helpful
3answers

Forgot SQL Server SA password. How to reset user password to login SQL Server?

When SA password for SQL Server logon forgot, please take SQL Password Genius to install it on computer.

Step 1: Run SQL Password Genius full version and browse Master.mdf file to import into it.

Step 2: Select SA user and click "Reset" button.
After master database file imported into SQL Password Genius, you would see all user in list. SA password is unknown. Select SA account and click "Reset" button.

A new window would pop up, type new password for SA account in it. And click "OK". Instantly, SA password is changed successfully. SA password lists in software screen.

Step 3: Close SQL Password Genius and restart SQL Server Services.

SQL Server services influence SQL password reset on computer. So we stop it before using SQL Password Genius. Now, when you finish SQL SA password reset, restart SQL Server Services to run SQL Server with SA account.

How to Reset SA and Other User Passwords for SQL Server
Not finding what you are looking for?

377 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Loading...