database - How to find the longest running queries in sybase ASE 15? -


How to find the longest running queries in the Sibez ASE 15?

Do we need to use MDA tables or is there another way?

Without using the MDA tables, you can first see the system table master. Sisogsold .

Otherwise, you can use the MDA tables master..monProcessStatement and master..monProcessSQLText .

You can also look at sp_monitor 'statement' .


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -