MicroStrategy ONE

Delete DBInstance statement

Deletes a DBInstance.

Copy
DELETE 
 DBINSTANCE "dbinstance_name";

where:

DBINSTANCE "dbinstance_name" is the name of the DBInstance to be deleted, of type string.

Example

Copy
DELETE 
 DBINSTANCE "Production Database";