• An explanation on the syntax of using column filters would be useful - I've spent over an hour online and cannot find a single article that explains it.

    I run a trace, showing thousands of operations, and I want to show only queries that run an update against a single table - eg table_stuff

    So I go to Column Filters, select textdata and click on the Like option and then..... nothing.

    update table_stuff, 'update table_stuff %', 'update table_stuff', "update table_stuff" all have NO EFFECT on the trace. I cannot find any syntax that actually performs the filtering I want.