EasyManua.ls Logo

Sybase Adaptive Server Anywhere - START LOGGING Statement [Interactive SQL]

Sybase Adaptive Server Anywhere
1182 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
START LOGGING statement [Interactive SQL]
624
START LOGGING statement [Interactive SQL]
Use this statement to start logging executed SQL statements to a log file.
START LOGGING
filename
None.
None.
"STOP LOGGING statement" on page 628
The START LOGGING statement starts copying all subsequent executed
SQL statements to the log file that you specify. If the file does not exist,
Interactive SQL creates it. Logging continues until you explicitly stop the
logging process with the STOP LOGGING statement, or until you end the
current Interactive SQL session. You can also start and stop logging by
clicking
SQLStart Logging and SQLStop Logging.
Start logging to a file called
filename.sql
, located in the c: directory.
START LOGGING ’c:\filename.sql
Function
Syntax
Permissions
Side effects
See also
Description
Example

Table of Contents

Related product manuals