ASA SQL Reference
SQL Statements
Use this statement to start a database server.
START ENGINE AS engine-name [ STARTLINE command-string ]
The START ENGINE statement starts a database server. If you wish to specify a set of options for the server, use the STARTLINE keyword together with a command string. Valid command strings are those that conform to the database server description in The database server.
None
None
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not applicable.
Start a database server, named sample, without starting any databases on it.
START ENGINE AS sample
The following example shows the use of a STARTLINE clause.
START ENGINE AS eng1 STARTLINE 'dbeng9 -c 8M'