vote up 2 vote down star

I just forgot the password. Can anyone help me how to get back the password.

flag

51% accept rate

2 Answers

vote up 11 vote down check

There is no way to get the old password back. Log into the SQL server management console as a machine or domain admin using integrated authentication, you can then change any password (including sa).

link|flag
vote up 0 vote down

You can get the password back with luck...

  • If you have a backup of the master DB
  • If you have something like NGS Squirrel
  • If the password is perhaps 10 characters max

Then:

  • Restore it on a different instance
  • Read the hashed value from sysxlogins (forget SQL 2005 replacement)
  • CREATE LOGIn blah and use hashed pasword
  • Use Squirrel to brute force the hash

Or reset as above...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.