Skip to content

Instantly share code, notes, and snippets.

@norman-bauer
Created April 13, 2018 06:26
Show Gist options
  • Save norman-bauer/d81c6b2989c7e842606d37b2ddd07c47 to your computer and use it in GitHub Desktop.
Save norman-bauer/d81c6b2989c7e842606d37b2ddd07c47 to your computer and use it in GitHub Desktop.
Create SQL User with given SID
create login your_sql_loginname with password = 'your_sql_loginspassword', sid = {your_sql_user_sid}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment