solidDB Help : Configuring and administering : Troubleshooting : Tracing SQL statements : Comparison of the Monitor facility and the SQL Trace facility
  
Comparison of the Monitor facility and the SQL Trace facility
The output of the Monitor facility and the SQL Trace facility is slightly different. For example, you need to use the SQL Trace facility to trace statements that are executed in stored procedures.
The following table compares the usage of the Monitor and the SQL Trace facilities:
 
Description
Monitor
SQL trace
Trace SQL statements executed in stored procedures
No
Yes
Dynamic SQL parameter values
Yes
No
Statement row counts
Yes
No
Commit return code
No
Yes
User connect and disconnect messages
Yes
No
trans begin displayed at the start of transactions
No
Yes
Same statement ID as displayed in the output of ADMIN COMMAND 'userlist' and ADMIN COMMAND 'sqllist'.
Yes
No
Go up to
Tracing SQL statements