Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Created May 17, 2024 11:35
Show Gist options
  • Save ChrFrohn/0764f98ecfc42b59c06d24ee048347df to your computer and use it in GitHub Desktop.
Save ChrFrohn/0764f98ecfc42b59c06d24ee048347df to your computer and use it in GitHub Desktop.
CREATE USER [NameOfServicerincipal] FROM EXTERNAL PROVIDER;
EXEC sp_addrolemember 'db_owner', 'NameOfServicePrincipal'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment