I have a custom made application that runs on microsoft sql server desktop engine. I would like to create some custom reports so I would like to see what queries are already executed on the system to modify them with some filters. Is there a way I can trace the queries that are executed?
Thanks