Name of the procedure to drop.
- database_name
- Name of the containing database for the procedure to be dropped.
- user_name
- Name of the containing user for the procedure to be dropped.
Example: Dropping a Procedure
The following request drops a procedure named get_region_xsp.
DROP PROCEDURE get_region_xsp;