Hi all,
I manage a SQL Server system that is the back-end for a .Net web application. The application is mostly GUI but also runs several background tasks at regular intervals.
At approximately 30-second intervals, I see a spike in data traffic from the SQL box to the Web server. The spikes are, on average, about 270MB in size and are consistently in the 250-280MB range..
The regularity of the spikes suggests that it's one of the background tasks that is the cause but I haven't been able to narrow down exactly what the offending query might be.
Could anyone help me construct a SQL Profiler trace that will identify the culprit? I'm not an expert in using the Profiler and - well basically I'm not good enough at it to get it right.
Any help greatly appreciated.
Thanks!
RS