Options (SQL Studio) 

You can start SQL Studio (SQLSTO) from the command line. In this case, you can enter options (SQL Studio: SAP DB 7.3 ® Starting SQL Studio).

Procedure

  1. Change to the directory, in which the program sqlsto.exe is stored.
  2. Enter the following command:
    sqlsto [<options>]

The following user data as options should be transferred: database operator and the name of the database instance on the local computer:

sqlsto -u samplename,secret -d MK1

SQL Studio is called and a database session is created for the database user samplename, password secret, with the database instance MK1.