STOP ENGINE Statement [Interactive SQL]

Stops a database server.

Syntax

STOP ENGINE engine-nameUNCONDITIONALLY ]

Examples

Usage

If UNCONDITIONALLY is supplied, the database server is stopped, even if there are connections to the server. If UNCONDITIONALLY is not specified, the database server is not stopped if there are connections to it.

Standards

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

  • Sybase—Not applicable.

Permissions

None

Related reference
START ENGINE Statement [Interactive SQL]