Jibu P C_Adoor
Jibu P C_Adoor

Reputation: 3364

Ways to recover SQL Server account password?

I am using SQL Server 2008. I have so many user accounts in my SQL Server. But I don't know the SQL Server account password. Is there any ways to get the password of the account using SQL Server or .Net (C#)?. I have the SQL Server administrative privileges.

Upvotes: 1

Views: 550

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038800

If you have administrative privileges you can reset the password.

Upvotes: 1

Related Questions