Create Stored Procedure Authority

  • I need to allow developers to create stored procedures in a development database.  Is there an authority I can grant them that would allow them to create and alter stored procedures? 

    I thought about DB_OWNER and DB_DDLADMIN but I don't want them creating, altering, and dropping tables.

     

    David Bird

  • grant

    create procedure to role_name

    revoke create table to role_name

     

Viewing 2 posts - 1 through 1 (of 1 total)

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