MicroStrategy ONE

Load Projects to Cluster statement

Load a project to the cluster.

Copy
LOAD PROJECT "project_name"  TO CLUSTER (ALL SERVERS | SERVERS "servername1",[, 
 ... "servernameN"]);

where:

  • PROJECT "project_name" is the name of the project to be loaded, of type string.

  • ALL SERVERS indicates that the project should be loaded to all servers in the cluster.

  • SERVERS "server_name1..N" are the names of the specific servers in the cluster that the projects are loaded to, of type string.

Examples

Copy
LOAD PROJECT "MicroStrategy Tutorial" TO 
 CLUSTER SERVERS "LocalServer2", "LocalServer3";

 

Copy
LOAD PROJECT "MicroStrategy Tutorial" TO 
 CLUSTER ALL SERVERS;