Hi
I want to change or reset password for user accessing database, however, even I log in as "sa", I still need the old password from user(s) in order to change for them. Maybe I don't know the right command to change the password. The following is I usually do, is it right?
"sp_password "previouspwd", "newpwd", testuser"
Thanks
I want to change or reset password for user accessing database, however, even I log in as "sa", I still need the old password from user(s) in order to change for them. Maybe I don't know the right command to change the password. The following is I usually do, is it right?
"sp_password "previouspwd", "newpwd", testuser"
Thanks