Show TOC

STOP ENGINE Statement [Interactive SQL]Locate this document in the navigation structure

Stops a database server.

Syntax
STOP ENGINE <engine-name>UNCONDITIONALLY ]
Parameters

(back to top)

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

(back to top)

  • Example 1 stop the database server named sample:
    STOP ENGINE sample
Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Database products—Not applicable.
Permissions