Skip to main content
Version: 20 R7 BETA

STOP SQL SERVER

STOP SQL SERVER

Does not require any parameters

This command is not thread-safe, it cannot be used in preemptive code.

Description

The STOP SQL SERVER command stops the integrated SQL server in the 4D application where it has been executed.

If the SQL server was launched, all the SQL connections are interrupted and the server no longer accepts any external SQL queries. If the SQL server was not launched, the command does nothing.

Note: This command does not affect the internal functioning of the 4D SQL kernel. The SQL kernel is always available for internal queries.

See also

START SQL SERVER