Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Created April 25, 2018 16:54
Show Gist options
  • Save Alexisvt/25226b752d956e49d70a9725d7cf258f to your computer and use it in GitHub Desktop.
Save Alexisvt/25226b752d956e49d70a9725d7cf258f to your computer and use it in GitHub Desktop.
Grant EXECUTE to user for ALL stored procedures (existing & new) in a schema
GRANT EXECUTE ON schema::<schema name> TO <user name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment