Reputation: 2640
Is there a way to grant execute permissions for a role or a user using GUI (not T-SQL)? I'm using SQL Server 2008 SP1.
Upvotes: 7
Views: 11042
Reputation: 12204
Once database properties windows is displayed, follow steps 1
-4
and press OK
.
Using steps A
, B
you can verify it is creating exactly the expected GRANT EXECUTE TO
command.
Upvotes: 9
Reputation: 59983
Check out Microsoft SQL Server Management Studio.
It is part of the SQL Server Client Tools package but there's also a free version called Microsoft SQL Server Management Studio Express.
Related resources:
Upvotes: 2