MicroStrategy ONE

Create DBLogin statement

Creates a new DBLogin.

Copy
CREATE 
 DBLOGIN "dblogin_name"[LOGIN "database_login"[PASSWORD 
 "database_password"]];

where:

  • DBLOGIN "dblogin_name" is the name of the new database login, of type string.

  • LOGIN "database_login" is the database user to be used by the database login, of type string.

  • PASSWORD "database_password" is the database password to be used by the database login, of type string.

Example

Copy
CREATE DBLOGIN 
 "DbLogin1" LOGIN "dbadmin 
 PASSWORD