Viewing 3 posts - 1 through 3 (of 3 total)
Yes the account will get locked after that, i used to execute the following query to reset the password.
--LOGIN sa ENABLE
GO
ALTER LOGIN sa WITH PASSWORD = 'password'
GO
Thank You
March 23, 2016 at 6:27 am
Are you sure the password is changing and it's not that the account is being locked out?
Yes the account will get locked after that, i used to execute the following...
March 23, 2016 at 6:26 am
Yes this issue happens only for SA account, and i can able to see two sa accounts every time, even after deleting one of the SA account from SSMS--> Security...
March 21, 2016 at 5:32 am
Viewing 3 posts - 1 through 3 (of 3 total)