I'm trying to troubleshoot this problem using SQL Profiler (SQL 2008).
After days of running the trace in production, the error happened again and I'm diagnosing it.
The problem is that the trace has 400k rows, 99.9% of which are coming from "Report Server".
I don't even know why it's on, but it seems to be pinging SQL Server every second...
- Is there any way to filter out some records from the trace, to be able to look at the rest?
- Can I do this with the current .trc file, or will I have to run the trace again?
- Are there other applications to look at the .trc file that can give me this functionality?