Skip to content

Instantly share code, notes, and snippets.

@stenvix
Created February 28, 2017 15:26
Show Gist options
  • Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.
Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.
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