Created
October 11, 2017 08:56
-
-
Save fredyfx/a3a897c503d8bc3d896fe1c800a79cf8 to your computer and use it in GitHub Desktop.
Creando un usuario que utiliza las credenciales para un login.
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 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