Re: Exec permissions on Stored Procedure
- From: Mark B <mark_bert@xxxxxxxxx>
- Date: Tue, 5 Aug 2008 14:04:58 -0700 (PDT)
On Aug 5, 11:14 am, "gv" <viator.ge...@xxxxxxxxx> wrote:
Hi all,
SQL2000 sp4
If I grant EXEC permissions on a Stored Procedure to a Domain User
shouldn't they be able to Execute that stored procedure reguardless if they
have Select permissions
on a table that the Stored Procedure uses?
thanks,
gv
gv,
Interesting timing. I was just about to make a post concerning the
same thing. On my SQL2000 system (not sure which sp), If I grant
execute permission on a stored procedure, that's all that needs to be
done. I'm working on another system that has SQO2005 and it's
requiring me to also grant select permission to the underlying table.
This seems like a gaping security hole to me. I hope someone out there
has an answer for this.
Mark B
.
- Follow-Ups:
- Re: Exec permissions on Stored Procedure
- From: Erland Sommarskog
- Re: Exec permissions on Stored Procedure
- References:
- Exec permissions on Stored Procedure
- From: gv
- Exec permissions on Stored Procedure
- Prev by Date: Re: Which is the latest hotifx?
- Next by Date: Re: Exec permissions on Stored Procedure
- Previous by thread: Exec permissions on Stored Procedure
- Next by thread: Re: Exec permissions on Stored Procedure
- Index(es):
Relevant Pages
|