Re: Grant Execute to user on procedures
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 07/04/04
- Previous message: Hari Prasad: "Re: Grant Execute to user on procedures"
- In reply to: Bent Lund: "Grant Execute to user on procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 4 Jul 2004 01:53:41 +0100
Have a look at
Granting execute permissions to all stored procedures in a database
http://www.sqldbatips.com/showarticle.asp?ID=8
and sp_grantexec
http://www.sqldbatips.com/showcode.asp?ID=2
You can use this like
exec sp_grantexec 'ABC','MTS%'
-- HTH Jasper Smith (SQL Server MVP) http://www.sqldbatips.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Bent Lund" <bstlu@online.no> wrote in message news:ucjryKQYEHA.3012@tk2msftngp13.phx.gbl... > Hi, > > is there a easy way of grantinng Execute-privilegies to user ABC for all > procedures named 'MTS*' in a database? > > > > regards, > > Bent S. Lund > System Developer > MCP VB > > *** Sent via Devdex http://www.devdex.com *** > Don't just participate in USENET...get rewarded for it!
- Previous message: Hari Prasad: "Re: Grant Execute to user on procedures"
- In reply to: Bent Lund: "Grant Execute to user on procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|