OK, here's the situation. I have a SQL 2005 SP2 Report server (SHOWMYSTUFF) and a SQL 2005 SP2 DB server (ALLYOURSTUFF). The report server has, we'll say 8 reports that hit's the same DB Server and the same DB name called WHOSSTUFF.
My question is, how can I determine which report has my SQL DB Servers CPU pinned to 100%?
All connections show in "Activity Monitor" as the Report Server SHOWMYSTUFF. I can derrive the connection that eats up my CPU but that doesn't tell what report ran that may have a mathmatical flaw or an infinate loop.
Thanks