Reputation: 3364
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
Reputation: 1038800
If you have administrative privileges you can reset the password.
Upvotes: 1