So I create a trace, select SPBatch and STMT events to register. In the filtertab I choose as Databasename LIKE 'DBNAME', I'm only intyerested in the activities of 1 particular database. I run the trace.
After a while I stop the trace and open the table, in which I stored the tracedata. I see statements form ALL the databases.
Why is this? I thought the filtersections where there to filter your data. Yet it seems not to do this in this case. BTW, I chose the option not to trace systemdb's, and this works: only data from userdb's was captured.
What am I doing wrong here?