Create, delete, or modify stored procedures.
Stored procedures are named collections of SQL statements and flow control statements. A stored procedure that performs a select, execute, or data modification command must have the same owner as the object acted upon.
A system administrator, a database owner, or a user or group with create procedure permission can create a stored procedure.