START ENGINE Statement [Interactive SQL]

Starts a database server.

Syntax

START ENGINE AS engine-nameSTARTLINE command-string ]

Examples

Usage

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 Utility Guide > start_iq Database Server Startup Utility.

Note: Several server options are required for Sybase IQ to operate well. To ensure that you are using the right set of options, Sybase recommends that you start your server by using either Sybase Central or a configuration file with the start_iq command.

Standards

  • SQL—Vendor extension to ISO/ANSI SQL grammar.

  • Sybase—Not applicable.

Permissions

None