Skip to content

Instantly share code, notes, and snippets.

@richardbasile
Last active February 16, 2018 13:53
Show Gist options
  • Save richardbasile/a16acf546a0ab46d95cba4b35f544396 to your computer and use it in GitHub Desktop.
Save richardbasile/a16acf546a0ab46d95cba4b35f544396 to your computer and use it in GitHub Desktop.
SQL Server - Change Password
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