MicroStrategy ONE

Delete Data Load Statement

This command will delete a data load object from the Enterprise Manager service.

Copy
DELETE DATA LOAD “<data_load_name>” FROM ENTERPRISE MANAGER “<em_machine>” IN PORT <port>;

where

  • Data load name: The name of the data load to be deleted.
  • Enterprise Manager machine: The name or IP addres of the machine where the Enterprise Manager service is running.
  • Port: The port in which the service is running.

Example

Copy
DELETE DATA LOAD "New Data Load" FROM ENTERPRISE MANAGER "localhost" IN PORT 9999;