February 7, 2012 at 2:11 pm
Hello,
How can to retrive a password for sql auth account
Thank you
February 7, 2012 at 2:19 pm
you cannot. simply reset the password to a new known value.
Copy
ALTER LOGIN Mary5 WITH PASSWORD = '<enterStrongPasswordHere>';
Lowell
February 7, 2012 at 4:54 pm
In SQL 2000 and early builds of 2005 you could get a memory dump and grab the information if that user was logged in, however the SQL team has secured things greatly since then and it's no longer an option.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply