Ways to recover SQL Server account password?
I am using SQL Server 200开发者_StackOverflow社区8. 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.
If you have administrative privileges you can reset the password.
精彩评论