MicroStrategy ONE

Add DBInstance statement

Adds an available data mart database instance to a project.

Copy
ADD DBINSTANCE "dbinstance_name" IN PROJECT "project_name";

where:

  • DBINSTANCE dbinstance_name is the available data mart database instance to be added to the project, of type string.

  • PROJECT project_name is the project for which the data mart database instances will be added, of type string.

Example

Copy
ADD DBINSTANCE 
 "Extra Tutorial Data" IN PROJECT "MicroStrategy Tutorial";