Mega Code Archive
Categories
/
MSSQL Tutorial
/
Procedure Function
How to delete or change a stored procedure
5> -- 6> --The syntax of the DROP PROC statement 7> -- 8> --DROP {PROC|PROCEDURE} procedure_name [, ...]