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 |
quarinteen
Starting Member
40 Posts |
Posted - 2008-01-09 : 12:11:32
|
How can I view what the sa password is set to I have it in mixed mode so I am using windows auth now but I cant remember what I set the sa password to and I would like to view it. I dont want to reset it I just want to see what it is how can I do this? |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2008-01-09 : 16:23:06
|
quote: Originally posted by quarinteen How can I view what the sa password is set to I have it in mixed mode so I am using windows auth now but I cant remember what I set the sa password to and I would like to view it. I dont want to reset it I just want to see what it is how can I do this?
you can't. You can look at the hashed value, but not the actual text of the password. -ec |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-01-09 : 23:28:58
|
You can reset it if you have sysadmin rights. |
 |
|
|
|
|