You can enable procedure profiling in Interactive SQL using the sa_server_option system procedure.
Prerequisites
DBA or PROFILE authority.
Context and remarks
Many.
Connect to the database.
Call the sa_server_option system procedure, setting the ProcedureProfiling option to ON.
For example, enter:
CALL sa_server_option( 'ProcedureProfiling' , 'ON' ); |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |