Just what the title says, I need to change the password for an existing sql server login and I want to do it via sql script.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If the user already has the ALTER ANY LOGIN permission (i.e. the user can change any password for any user) then this works:
Otherwise, if you don't want to make every user in your system a superuser, add a parameter of the old password for the same command:
|
||||
|
|