Icon DISABLE STATEMENT LOGGING

Disables engine-wide, SQL statement performance logging for ElevateDB.

Syntax
DISABLE STATEMENT LOGGING

Usage
Use this statement to disable SQL statement performance logging for the ElevateDB engine (or ElevateDB Server).

Statement performance logging can be enabled via the ENABLE STATEMENT LOGGING statement.

Examples
DISABLE STATEMENT LOGGING

Required Privileges
The current user must be granted the system-defined Administrators role in order to execute this statement. Please see the User Security topic for more information.

SQL 2003 Standard Deviations
This statement deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis SQL statement is an ElevateDB extension.
Image