MicroStrategy ONE

Disconnect Database Connection statement

Disconnects the database connections to the data warehouse.

Copy
DISCONNECT 
 ([ALL] DATABASE CONNECTIONS | DATABASE CONNECTION connection_id);

where:

  • DATABASE CONNECTION connection_id is the connection ID of the database connection to be disconnected, of type integer.

This statement can only be used with three-tier or four-tier project source names.

Example

Copy
DISCONNECT ALL DATABASE CONNECTIONS;