Stored Procedure security
- From: JWOL <chairleg@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 10:33:02 -0700
Hi,
I have a stored procedure which inserts some data into a table and
then runs a select on the table. I have granted execute permissions
on the stored procedure to a user x. Although user x has no select or
insert permissions on the table the stored procedure will run, as I
expected. However, when I introduce a truncate table command into the
stored procedure the user can no longer execute it. It only works if
I grant ALTER permissions on the table to the user. What are the
rules for which permissions are inherited from stored procedures and
which aren't?
Thanks.
.
- Follow-Ups:
- Re: Stored Procedure security
- From: Russell Fields
- Re: Stored Procedure security
- Prev by Date: Re: Access 2003 App and SA Account
- Next by Date: Stored Procedure Security Problem
- Previous by thread: Integrated Security by any LDAP solution other than Active Directory?
- Next by thread: Re: Stored Procedure security
- Index(es):
Relevant Pages
|
|