You can enable procedure profiling by using the sa_server_option system procedure.
Prerequisites
You must have the DIAGNOSTICS system role, and the MANAGE PROFILING system privilege.
Connect to the database.
Call the sa_server_option system procedure, setting the ProcedureProfiling option to ON.
For example, execute the following CALL statement:
CALL sa_server_option( 'ProcedureProfiling' , 'ON' ); |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |