START LOGGING statement [Interactive SQL]
START LOGGING statement [Interactive SQL]
Function
Syntax
Permissions
Side effects
See also
Description
Example
624
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
SQL Start Logging
♦
Start logging to a file called
START LOGGING 'c:\filename.sql'
and
SQL Stop Logging
, located in the c: directory.
filename.sql
.
Need help?
Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?
Questions and answers