Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Stored Procedure

Author  Topic 

MyronCope
Starting Member

46 Posts

Posted - 2007-07-11 : 11:11:22
I am creating a stored procedure and I need to grant permissions on it using SQL code since I dont have the rights to do it manually (I can't go to Properties-->Permissions in SQL Server Mgmt Studio).
what is the syntax for this? thanks

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-07-11 : 11:14:51
look up the GRANT statement

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -