Contents Index STOP JAVA statement STOP SUBSCRIPTION statement [SQL Remote]

ASA SQL Reference
  SQL Statements

STOP LOGGING statement [Interactive SQL]


Description 

Use this statement to stop logging of SQL statements in the current session.

Syntax 

STOP LOGGING

Usage 

The STOP LOGGING statement stops the database server from writing each SQL statement you execute to a log file. You can start logging with the START LOGGING statement. You can also start and stop logging by clicking SQL > Start Logging and SQL > Stop Logging.

Permissions 

None.

Side effects 

None.

See also 

START LOGGING statement [Interactive SQL]

Example 

The following example stops the current logging session.

STOP LOGGING

Contents Index STOP JAVA statement STOP SUBSCRIPTION statement [SQL Remote]