Created
May 19, 2011 16:07
-
-
Save dmorrison/981131 to your computer and use it in GitHub Desktop.
Re-map user to login in SQL Server
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
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