I have a trouble in monitoring t-sql commands, I want to monitor just commands like: select, insert, update or delete. Can anyone help me?
Pick a trace template (such as Tuning) and use a filter.
Either filter by a particular login (such as your own login or a service's login), a particular database.
For instance, to filter by database: Under Trace properties -> Events tab -> Select show all columns. Set a Like filter on database name.
Like
I find setting a filter on the number of Logical Reads of say > 10 reads, filters out most of the noise.
Reads
> 10
2.1m questions
2.1m answers
60 comments
57.0k users