MicroStrategy ONE

Register Project statement

Registers a project. A registered project is loaded when Intelligence Server is started.

Copy
REGISTER PROJECT "project_name";

where:

PROJECT "project_name" is the name of the project that is loaded when Intelligence Server is started, of type string.

Example

Copy
REGISTER PROJECT "Third-party Sales";