Once a stored procedure is created the TSQL code resides inside the VistaDB database. In order to remove the procedure it must be dropped from the database.
| DROP PROCEDURE |
Copy Code
|
|---|---|
DROP { PROC | PROCEDURE } { procedure } |
|
DROP PROCEDURE Sum;