Created
March 23, 2014 19:36
-
-
Save andreasbotsikas/9728585 to your computer and use it in GitHub Desktop.
Grant execute on schema (SQL Server)
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
GRANT EXECUTE ON DATABASE::DatabaseName TO SomeRoleOrUser; | |
GRANT EXECUTE ON SCHEMA::dbo TO SomeRoleOrUser; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment