DROP SCHEDULED LOAD

Removes a scheduled load of a specific table, OR removes all the scheduled loads of a specific schema (or of the default schema, if the parameter is empty).

Syntax

DROP SCHEDULED LOAD [schema_name.]table_name;
DROP SCHEMA SCHEDULED LOADS [schema_name];

See Also

CREATE SCHEDULE LOAD