Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Abid
110 Posts |
Posted - 2010-11-08 : 23:21:11
|
hi, when i open the SQL SERVER Management Studio and Logged in with Server Authentication so it asked for a user name "SA" by default and password field was empty, i gave a password and marked the "Remember this password" option. now my sql server password is saved and working properly, but i have forgotton the password, can anyone tell me the righteous way to find my password" :( |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Abid
110 Posts |
|
Sachin.Nand
2937 Posts |
Posted - 2010-11-10 : 00:02:41
|
Just execute the below statementALTER LOGIN [sa] WITH PASSWORD = 'Put your new password here';PBUH |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-11-10 : 00:28:58
|
Mr. Tara Kizer |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Abid
110 Posts |
Posted - 2010-11-11 : 00:51:21
|
quote: Originally posted by Sachin.Nand Just execute the below statementALTER LOGIN [sa] WITH PASSWORD = 'Put your new password here';PBUH
hi sachin, sachin could you please tell me that where do i write this statement, and please tell me that have you done ever this before on your system? |
 |
|
Abid
110 Posts |
|
Sachin.Nand
2937 Posts |
Posted - 2010-11-11 : 00:58:45
|
quote: Originally posted by Abid
quote: Originally posted by Sachin.Nand Just execute the below statementALTER LOGIN [sa] WITH PASSWORD = 'Put your new password here';PBUH
hi sachin, sachin could you please tell me that where do i write this statement, and please tell me that have you done ever this before on your system?
You have run it in the Query Analyzer.PBUH |
 |
|
pk_bohra
Master Smack Fu Yak Hacker
1182 Posts |
Posted - 2010-11-11 : 01:02:17
|
Have a look at:http://blog.sqlauthority.com/2007/12/29/sql-server-change-password-of-sa-login-using-management-studio/ |
 |
|
|
|
|
|
|