Permissions for executing procedure which executes other procedures

  • I have a stored procedure which executes about forty other stored procedures in several different databases. All of these other procedures truncate tables and insert new data into those tables selected from still other tables.

    I want to run this top-level procedure using an account which can't do anything else.

    Is there a simple way to give it all the permissions it needs without empowering it to do anything else?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply