Command Line Options
Usage: SqlDbx [-t] [-s] [-d] [-u] [-p] [-n] [-l] [[-q script file [-r]] [-w workspace file]
Arguments
| -t server_type | Can be one of the following: microsoft, sybase, oracle, ibm, mysql, odbc | 
| -s server_name | Server to which to connect | 
| -d database_name | Database / Schema name | 
| -u user | User name. If -U and -P not supplied try to login using integrated security | 
| -p password | User password | 
| -n | Start new instance of SqlDbx. If -n not specified then pass arguments to the instance started with command line arguments before. If none found then start new instance. | 
| -l | Write debug log to SqlDbx.exe.log file | 
| -q script file | open specified script file | 
| -r | if -q option specified then run loaded script | 
| -w workspace file | load previously saved session state | 
| -c | Clear registration information | 
Command line flags are not case sensitive and space after them is optional
  
*Command line options are supported only in SqlDbx Professional Edition