This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this questionIs there any way of retreaving a SQL Server Authenticatiion password. I am running Server 2005 with admin r开发者_运维百科ights.
You need to start the database in single user mode. Here is an article going through the steps:
Link
Tool to retrieve it: http://www.codeproject.com/KB/vbscript/SQLServerPasswords.aspx
More information: http://www.sqlservercentral.com/Forums/Topic664614-391-1.aspx
精彩评论