Viewing 6 posts - 1 through 7 (of 7 total)
The SQL query is a single select statement and the execution plan is not showing multiple queries, I don't see any evidence of looping or RBAR.
July 13, 2015 at 7:36 am
Excuse my ignorance, but the sp_WhoIsActive procedure is telling me that the wait type is ASYNC_NETWORK_IO. Does that not mean that the query as already been run and the data...
July 12, 2015 at 7:44 am
Okay, so I have started using sp_WhoIsActive instead of sp_who/sp_who2, thanks for that, it really is an awesome tool.
I am now trying to determine what is causing the queries to...
July 11, 2015 at 5:38 am
Thanks guys. I will give those suggestions a try and revert back later (the server is in the US, they are only waking up later:-))
July 10, 2015 at 4:42 am
Thanks for the quick reply.
I believe the application is timing out because of a long wait on SQL Server for a response. I think these suspended queries are blocking other...
July 10, 2015 at 4:28 am
Okay, great, thanks for the response
September 19, 2011 at 2:42 am
Viewing 6 posts - 1 through 7 (of 7 total)