Created
October 6, 2015 22:54
-
-
Save mattcan/b38963e38ec6e8a4dfb5 to your computer and use it in GitHub Desktop.
Setting execute on a schema in SQL Server tends to evade my memory
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 SCHEMA :: <schema here> TO <user/role here>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment