Created
February 28, 2017 15:26
-
-
Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.
Revisions
-
stenvix revised this gist
Feb 28, 2017 . No changes.There are no files selected for viewing
-
stenvix created this gist
Feb 28, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 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