Use this statement to stop logging of SQL statements in the current session.
STOP LOGGING
The STOP LOGGING statement stops Interactive SQL 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.
None.
None.
SQL/2003 Vendor extension.
The following example stops the current logging session.
STOP LOGGING; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |