I am trying to get a sample file of all the inserts and update operations performed on a particular table in production environment (trying to get a data file for testing in the test server). We have insert and update stored procedure calls from the application. When I run a trace on the server, I get all calls to the server on the trace output window. How do I specify/set a trace filter so that I can get the specific output I am looking for.
I tried specifying objectname in the filter section while creating the trace but does not seem to work.
Thanks in advance.