START ENGINE statement [Interactive SQL]
START ENGINE statement [Interactive SQL]
Function
Syntax
Permissions
Side effects
See also
Description
Standards and
compatibility
Example
622
Use this statement to start a database server.
START ENGINE AS engine-name [ STARTLINE command-string ]
None
None
"STOP ENGINE statement" on page 626
"The database server" on page 14
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 command-line description in "The database
server" on page 14.
♦
Vendor extension.
SQL/92
♦
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 'dbeng7 -c 8M'
Need help?
Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?
Questions and answers