Skip to content

Instantly share code, notes, and snippets.

@dmorrison
Created May 19, 2011 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmorrison/981131 to your computer and use it in GitHub Desktop.
Save dmorrison/981131 to your computer and use it in GitHub Desktop.
Re-map user to login in SQL Server
use <db_name>
alter user <user_name>
with login = <user_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment