可使用 sa_server_option 系统过程在 Interactive SQL 中启用过程分析。
前提条件
DBA 或 PROFILE 权限。
上下文和注释
多个。
连接到数据库。
调用 sa_server_option 系统过程,将 ProcedureProfiling 选项设置为 ON。
例如,输入以下内容:
CALL sa_server_option( 'ProcedureProfiling' , 'ON' ); |
![]() |
使用DocCommentXchange讨论此页。
|
版权 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |