This file contains 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
DROP USER IF EXISTS [id-pocapplication-pojm2j] | |
GO | |
CREATE USER [id-pocapplication-pojm2j] FROM EXTERNAL PROVIDER; | |
GO | |
ALTER ROLE db_datareader ADD MEMBER [id-pocapplication-pojm2j]; | |
ALTER ROLE db_datawriter ADD MEMBER [id-pocapplication-pojm2j]; | |
GRANT EXECUTE TO [id-pocapplication-pojm2j] | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment