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.