Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-02 : 10:49:23
|
| Francois writes "Hi,Is it possible to grant execute permissions for stored procedures, without giving the necessary permissions to the underlining objects. And if it is, how does one do it without changing all the stored procs already in place.Any help would be appreciated.Thanks,F." |
|
|
Kristen
Test
22859 Posts |
Posted - 2005-08-02 : 11:04:25
|
| Welcome to SQL Team Francois!Yes. User_A can have EXECUTE permission to SP_X, and NO permissions to the tables that SP_X uses. The effective permissions will be those of the user who created the SProc SP_XSorry, I don't understand your second questionKristen |
 |
|
|
|
|
|