Viewing 5 posts - 1 through 5 (of 5 total)
To know more about SQL Server authentication mode and SA login, read Unlock SQL Database[/url]
You will get an idea on how to reset SQL Server password.
November 24, 2014 at 3:39 am
Basically there are two ways to recover SQL SA password: either by creating a new SA account using SQLCMD or configure SQL Server by User mode. This processes involve some...
August 7, 2014 at 3:45 am
This was removed by the editor as SPAM
July 23, 2014 at 5:00 am
If you want to reset you SQL Server password, follow these steps:
Add an SA account using SQLCMD and reset SA password:
1. Press Start+R, type sqlcmd and press Enter
2. Execute following...
July 5, 2014 at 4:53 am
Don't worry, you can still regain your SA password in SQL Server with little bit of technical help and the manual solution which i am going to provide, so you...
April 22, 2014 at 5:50 am
Viewing 5 posts - 1 through 5 (of 5 total)