I am using Managment Studio and I am trying to change a password for a user. The status on the user says it is locked. I unlock it and reset the password but then minutes latter when I check it, it is locked again. Below is the sql I am using.
alter login MiserSAM with password ='xxxxxxxxx' unlock
Why can I not get this to stay unlocked?
alter login MiserSAM with password ='xxxxxxxxx' unlock
Why can I not get this to stay unlocked?