Question

I have a Interbase 7.x database being used by an application.

I want to know which queries are run by that application in different scenarios.

Does anyone know about how to "profile" an interbase database and see which queries are currently running?

Was it helpful?

Solution

Use InterBase Performance Monitor. It's built into IBConsole, or you can get a standalone version.

Alternately:

SELECT * FROM TMP$STATEMENTS;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top