Created
November 30, 2016 14:35
-
-
Save andykuszyk/0e9038b3d114daa55db685170401372b to your computer and use it in GitHub Desktop.
Grant execute permissions in SQL Server to user
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
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