Sql Server - Basic Permissions Question
- From: "Ranginald" <davidwank@xxxxxxxxx>
- Date: 27 Aug 2006 15:40:50 -0700
I have a SQL Server database and I want a user to be able to execute
stored procedures only. These stored procedures use SELECT and WHERE
statements and return integers.
I have set EXECUTE permissions to the sp's as needed for the user.
It is possible to allow a user to have EXECUTE permissions on the sp's,
but deny everything else? E.g. If id did denyreader and allowed
EXECUTE on the sp's, would the command fail because the sp's have
SELECT and WHERE statements?
Thanks!
-Ranginald
.
- Follow-Ups:
- Re: Sql Server - Basic Permissions Question
- From: Arnie Rowland
- Re: Sql Server - Basic Permissions Question
- From: Uri Dimant
- Re: Sql Server - Basic Permissions Question
- From: David Browne
- Re: Sql Server - Basic Permissions Question
- Prev by Date: Re: sa spid - need to kill - server hanging
- Next by Date: Re: Sql Server - Basic Permissions Question
- Previous by thread: Re: SQL2005 grant user access to certain tables
- Next by thread: Re: Sql Server - Basic Permissions Question
- Index(es):
Relevant Pages
|