Forum Discussion
AyushBansal
Microsoft
Feb 19, 2025Re: SQL Server Account locked out and password did not match?
This error generally occurs when someone tried logging in using this SA account multiple times with wrong password and the password policy is enabled due to which the account gets locked after a certain number of failed login attempts. To solve this, you can either change the password of the account or remove the password policy by disabling the enforce password policy option in the login's properties.
No RepliesBe the first to reply