SQL Trace

To do a trace, you need to start SQL Server Profiler. I have then used the "Standard (Default)" template, if you start this going it grabs a lot of stuff. Next you probably need to apply some kind of filter. So select "Properties..." from the File menu, switch to the "Events Selection" tab and click "Column Filters" in the bottom right and add a filter to the Text Data, and use Like to enter "%Products% and then use this. You will then only see events where the word Products is somewhere in the query.