MicroStrategy ONE

Remove DBInstance statement

Removes an added data mart database instance to a project.

Copy
REMOVE DBINSTANCE "dbinstance_name" FROM PROJECT "project_name";

where:

  • dbinstance_name is the data mart database instance to be removed from the project, of type string, between double quotes (" ").

  • project_name is the project for which the data mart database instance will be removed, of type string, between double quotes (" ").

Example

Copy
REMOVE DBINSTANCE 
 "Tutorial Data" FROM PROJECT "MicroStrategy Tutorial";