Can you monitor SQL server to tell exactly what queries it is running?
We have an application that is exhausting the application pool.
A server administrator has sent us a report from Debug Diag [http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en][1]
which shows threads running for an hour which doesn't seem possible.
If we could just see what queries the server was actually running we could trace them to our code.