Skip to content

Instantly share code, notes, and snippets.

@fredyfx
Created October 11, 2017 08:56
Show Gist options
  • Save fredyfx/a3a897c503d8bc3d896fe1c800a79cf8 to your computer and use it in GitHub Desktop.
Save fredyfx/a3a897c503d8bc3d896fe1c800a79cf8 to your computer and use it in GitHub Desktop.
Creando un usuario que utiliza las credenciales para un login.
CREATE USER [NombreDeUsuario]
FOR LOGIN [IIS APPPOOL\DefaultAppPool]
GO
EXEC sp_addrolemember 'db_owner', 'NombreDeUsuario'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment