MicroStrategy ONE

Unload Project statement

Unloads a project from an Intelligence Server.

Copy
UNLOAD PROJECT "project_name";

where:

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

Example

Copy
UNLOAD 
 PROJECT "MicroStrategy Tutorial";