Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

STOP LOGGING statement [Interactive SQL]

Stops logging of SQL statements and messages for the current session.

Syntax
STOP LOGGING
Remarks

The STOP LOGGING statement stops Interactive SQL from logging SQL statements and messages to the log file. You can start logging with the START LOGGING statement.

You can also stop logging by clicking Start of the navigation path SQL Next navigation step Stop Logging End of the navigation path.

Privileges

None.

Side effects

None.

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.

Example

The following example stops the current logging session.

STOP LOGGING;