Stored Procedure and Table permissions
From: Robert Mooney (anonymous_at_discussions.microsoft.com)
Date: 06/03/04
- Next message: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Previous message: Kevin McDonnell [MSFT]: "RE: Does Force Protocol Encryption on Server Require Certificate to be Installed on Client?"
- Next in thread: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Reply: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Reply: Rand Boyd [MSFT]: "RE: Stored Procedure and Table permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 3 Jun 2004 05:51:47 -0700
I want to:
1. create a user whose only permissions are to run a
stored procedure.
2. the stored procedure reads specific data from a table -
allowing the user read-access to the specific data.
I've created the user and the stored procedure. I've
given the user EXEC permission for the stored procedure.
But I find I must give the user SELECT permission to the
table in order for the stored procedure to work - thus
exposing the entire contents of the table. I'm executing
the stored procedure from VBA in Excel.
Is there a way to configure permissions so that the user
only has EXEC permission to the stored procedure but no
permissions to the table? In that way I can control what
information the user sees.
Bob Mooney
- Next message: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Previous message: Kevin McDonnell [MSFT]: "RE: Does Force Protocol Encryption on Server Require Certificate to be Installed on Client?"
- Next in thread: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Reply: Sue Hoegemeier: "Re: Stored Procedure and Table permissions"
- Reply: Rand Boyd [MSFT]: "RE: Stored Procedure and Table permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|