Skip to content

Instantly share code, notes, and snippets.

@mattcan
Created October 6, 2015 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattcan/b38963e38ec6e8a4dfb5 to your computer and use it in GitHub Desktop.
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
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