all groups > sql server programming > april 2006 >
You're in the

sql server programming

group:

Grant execute on many procs in 2005


Grant execute on many procs in 2005 Andre
4/27/2006 10:31:01 PM
sql server programming: I need to grant execute permissions to many stored procs to a user. How do
Re: Grant execute on many procs in 2005 Paul Smith
4/28/2006 12:00:00 AM
Cheep and cheerfull method: -

execute
select 'GRANT EXECUTE ON ' + ROUTINE_NAME + ' TO <<YourUser>>' from
information_schema.routines

grab result from results pane and execute them



Paul

[quoted text, click to view]

AddThis Social Bookmark Button