Created
February 28, 2017 15:26
-
-
Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.
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
CREATE LOGIN [IIS APPPOOL\DefaultAppPool] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english] | |
GO | |
ALTER SERVER ROLE [dbcreator] ADD MEMBER [IIS APPPOOL\DefaultAppPool] | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment