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

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Database administration » SQL Anywhere graphical administration tools » Interactive SQL

 

Statement logging in Interactive SQL

With the Interactive SQL logging feature, you can record SQL statements as you execute them. Interactive SQL continues to record statements until you stop the logging process, or until you end the current session. The recorded statements are stored in a log file so you can use the statements again.

Once you start logging, all SQL statements that you try to execute are logged, including ones that do not execute properly.

 Start logging statements (Interactive SQL)
  1. Click SQL » Start Logging.

  2. In the Save As window, specify a location and name for the log file. For example, name the file mylogs.sql.

  3. Click Save when finished.

 Start logging statements (SQL)
 Stop logging statements (Interactive SQL)
  • Click SQL » Stop Logging.

 Stop logging statements (SQL)
Tip