ColumnStore Drop Procedure

The DROP PROCEDURE statement deletes a stored procedure from ColumnStore.

images here

The following statement drops the sp_complex_variable procedure:

DROP PROCEDURE sp_complex_variable;

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?