Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
DROP PROCEDURE Statement (SQL) (m691508+dropproc.htm)
Deletes a stored procedure.
DROP [PROC || PROCEDURE] procname
procname
The name
of the procedure.
DROP PROC EX5
CREATE PROCEDURE statement.