Entering content frame

Procedure documentation Starting SQL Studio Locate the document in the library structure

Procedure

To start SQL Studio, select Start ® Programs ® MaxDB ® SQL Studio.

Starting from the command line

You can also start SQL Studio from the command line. In this case, you can specify options.

...

       1.      Change to the directory in which the program sqlsto.exe is stored.

       2.      Enter the following command: sqlsto [<options>]

You have the following options:

-?

Display all command line options

-version

Displays information on the software version

-n <database_computer>

Name of database computer

-d <database_name>

Name of database instance

-u <user_name[,password]>

User name and password

See Database System Concepts, Conventions for User Names and Passwords

-c <sql_mode>

SQL Mode

Possible values: INTERNAL | ORACLE | ANSI | DB2

If you log on to a database instance (version 7.6 or higher) with SQL Studio, you can only choose the SQL mode INTERNAL or ORACLE. The SQL modes DB2 and ANSI are no longer supported.

After you start SQL Studio, you can also change the SQL mode in the User Settings.

-t <trace_file>

Generates a log file for logging SQL statements
(see also ODBC Manual)

 

 

Leaving content frame