Reference Manual
CHAPTER 9. SQL Statements
To stop a database server.
STOP ENGINE engine-name [ UNCONDITIONALLY ]
None
None
The STOP ENGINE statement stops the specified database server. If the UNCONDITIONALLY keyword is supplied, the database server is stopped even if there are connections to the server. By default, the database server will not be stopped if there are connections to it.
SQL/92 Vendor extension.
Sybase Not applicable.
Stop the database server named sample.
STOP ENGINE sample