This isn't documented very well. If you are using ALTER LOGIN to change your own password, you need to supply your existing password as OLD_PASSWORD:
Alter Login [my_login] WITH PASSWORD = 'newpassword' OLD_PASSWORD = 'oldpassword'
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment