Skip to main content
Version: Next

STOP SQL SERVER

STOP SQL SERVER

Does not require any parameters

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