Stops a database server.
STOP ENGINE engine-name [ UNCONDITIONALLY ]
STOP ENGINE sample
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.
SQL—Vendor extension to ISO/ANSI SQL grammar.
Sybase—Not applicable.
None