SQL Server 2005: The password of the account must be changed

Run the following SQL statements for a quick fix to this issue:

ALTER LOGIN UserLogin WITH PASSWORD='password' UNLOCK
ALTER LOGIN UserLogin WITH CHECK_EXPIRATION = OFF
ALTER LOGIN UserLogin WITH CHECK_POLICY = OFF

p.
This should stop that error from showing again.

3 Comments

ClaudioFebruary 6th, 2009 at 12:38 am

Gracias…. Thank you…. :)

FredApril 14th, 2011 at 7:31 pm

This is an awesome fix…

AliNovember 18th, 2011 at 4:44 pm

Brill! Thanks

Leave a comment

Your comment