Archive for November, 2013

How to Reset Forgotten SA Password without Stopping SQL Server Instance

November 18th, 2013 by Admin

Forgot your SA password or get locked out of SQL Server? How to connect to SQL Server database in case the ‘BUILTIN\Administrators’ group is removed from SYSADMIN server role? One of my previous articles covers how to recover sa password through single user mode, but that approach requires of restarting your SQL Server instance and causing some downtime. Sometimes this would be unacceptable. In this article we’ll provide you with another way to reset forgotten SA password in SQL Server 2012/2008/2005 without any downtime.

How to Reset Forgotten SA Password without Stopping SQL Server Instance?

  1. To get started, we need to run the SQL Server Management Studio as the system account. This can be done easily with the PsExec program. Download PsExec from Sysinternals website. Extract the PsExec.exe program and save it to a folder on your computer such as C:\.
  2. Open an elevated Command Prompt and run the following command:
    C:\PsExec.exe -s -i "C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe"
    Note: Your actual path of SQL Server Management Studio may be different from the one above.
  3. It will start SQL Server Management Studio as the system account. You’ll see that the username is shown as “NT AUTHORITY\SYSTEM”. Simply choose the “Windows Authentication” mode and click on the Connect button.

    connect-to-server

  4. Once you connect, in the Object Explorer view, click the plus sign next to Security, and then the plus sign next to Logins. Once expanded, right-click on the SA user, and choose Properties. You can then change the forgotten SA password with a new one.

    reset-sa-password

It is quite common to get locked out of a SQL Server instance, or simply forgot the SA password. With this approach you can reset forgotten SQL Server password easily! Quickly regain access to your SQL Server database without even any downtime.

Forgot Windows 8 Password and No Reset Disk?

November 6th, 2013 by Admin

Many Windows users are familiar with password reset disk that could be used to reset a forgotten Windows password. But most of people tend to ignore the importance of creating a password reset disk in advance before losing their passwords. What to do if you forgot Windows 8 password and don’t have a password reset disk?

Fortunately, there is a rescue CD called PCUnlocker which can help you reset lost password of both local administrator and Microsoft account in Windows 8. Basically PCUnlocker is a bootable ISO image that you have to write it on a CD or USB flash drive, which contains a WinPE operating system and a password recovery tool that allow you to have access to the Windows SAM file.

Here are step-by-step instructions on how to reset forgotten Windows 8 password without a reset disk:

  1. First, you need to use another computer to download the zipped ISO image of PCUnlocker. Extract the downloaded file locally and then burn the resulting .iso file to a CD-ROM (or USB flash drive) using ISO2Disc program.

  2. Insert the PCUnlocker Live CD into your locked Windows 8 computer and boot from it. You may have to change the computer’s boot order in the BIOS in order to boot from the CD.
  3. If you boot from the CD successfully, the computer will load the contents of the CD drive, and finally start the PCUnlocker program. This program automatically detects your Windows installation and displays all Windows local accounts which are stored in the SAM registry hive.

  4. Choose a local account and click on “Reset Password” button. The program will reset your forgotten password instantly. If you’re using a Microsoft account with your Windows 8 system, please choose the local account which is linked to your Microsoft account and then reset the password.
  5. Restart your computer and remove the PCUnlocker Live CD. You can then log back into Windows 8 successfully.

PCUnlocker is a professional Windows password recovery tools for both technicians and computer beginners. Comparing to password reset disk, it’s much more powerful and every technicians should have it into their toolkit. Just with a PCUnlocker Live CD, you can reset forgotten Windows 8/7/Vista/XP password on any computer.