With SQL Server we can trace for a period of time, to get what queries are running.
How can I do this with Firebird? I'm reading something on their website but there's only user trace like if the login failed or not.
Found something here:
https://stackoverflow.com/questions/30248937/how-to-capture-firebird-sql-queries
Will test it.