Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andykuszyk/0e9038b3d114daa55db685170401372b to your computer and use it in GitHub Desktop.
Save andykuszyk/0e9038b3d114daa55db685170401372b to your computer and use it in GitHub Desktop.
Grant execute permissions in SQL Server to user
use [dbname]
go
grant execute to [user]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment