Re: Execute permissions Stored Procedures
- From: "AdrianDev" <adriano@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 00:04:15 +0100
It is SQL Server 2000,
thanks
"Erland Sommarskog" <esquel@xxxxxxxxxxxxx> wrote in message
news:Xns999AF0F9C5167Yazorman@xxxxxxxxxxxx
AdrianDev (adriano@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) writes:
Can users trusted with data_reader and data_writer through a Windows
Group to a database, in addition be granted execute priviledge on any
stored procedures in that database, or can they only be granted through
the stored procedures properties permissions?
In SQL 2000, only by permission to each individual procedure.
In SQL 2005 you can grant EXEC rights on schema level, which then
apply to all executable objects in that schema.
For future questions, please always specify which version of SQL Server
you are using.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Execute permissions Stored Procedures
- From: AdrianDev
- Re: Execute permissions Stored Procedures
- From: Erland Sommarskog
- Execute permissions Stored Procedures
- Prev by Date: Re: create new login
- Next by Date: Re: create new login
- Previous by thread: Re: Execute permissions Stored Procedures
- Next by thread: create new login
- Index(es):
Relevant Pages
|
|