When you reset profiling, the database clears the old information and immediately starts collecting new information about procedures, functions, events, and triggers. You can reset procedure profiling from Interactive SQL using the sa_server_option system procedure.
Prerequisites
DBA or PROFILE authority.
Ensure that procedure profiling is enabled.
Context and remarks
Many.
Call the sa_server_option system procedure, setting the ProcedureProfiling option to RESET.
For example, enter:
CALL sa_server_option( 'ProcedureProfiling' , 'RESET' ); |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |