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.
Author |
Topic |
PaulMoxon
Starting Member
5 Posts |
Posted - 2009-09-24 : 10:46:58
|
Hi all,I have been asked if it is possible for new stored procedures and user defined function to inherit the 'execute' process?I have manually granted permission to a database role and added the various users to that role. However when they create a new stored procedure etc I have to go on and manually grant 'execute' rather than it being picked up.thanks in advance,. |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2009-09-24 : 14:00:10
|
I believe you can grant EXECUTE at the schema level, then all procedures within that schema are included.--------------------------------------------Brand yourself at EmeraldCityDomains.com |
 |
|
|
|
|