Last active
February 16, 2018 13:53
-
-
Save richardbasile/a16acf546a0ab46d95cba4b35f544396 to your computer and use it in GitHub Desktop.
SQL Server - Change Password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER USER <user name> WITH PASSWORD = '<new password>' OLD_PASSWORD = '<old password>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment