When connecting to SQL Optimizer for Sybase, a warning is displayed stating SQL Inspector may not function as expected.
Either monitoring tables are not present and/or configuration parameter are not correctly set.
Ensure the Sybase monitoring tables have been created on the Sybase Server in question.
Ensure configuration parameters are correctly set ;
sp_configure 'max SQL text monitored' // Need to set to at least 4096
sp_configure 'SQL batch capture' // Need to set to 1 to turn on
sp_configure 'sql text pipe max messages' // Need to set to at least 1024
sp_configure 'statement pipe active' // Need to set to 1 to turn on
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center