To start SQL Studio, select Start ® Programs ® MaxDB ® SQL Studio.
You can also start SQL Studio from the command line. In this case, you can specify different options:
...
...
1. Switch to the directory where the sqlsto.exe program is located.
2. Enter the following command: sqlsto [<options>]
The following options are available:
-? |
Displays all command line options |
-version |
Displays information on the software version |
-n <server_name> |
Name of the database server |
-d <database_name> |
Name of the database instance |
-u <user_name[,password]> |
User name and password See Concepts of the Database System, User Name and Password Conventions |
-c oracle |
SQL Mode ORACLE. 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 |