Good Morning Spiceheads,
I have a SQL DB server that seems to get the same users' process in a "suspended" state daily.
Wait Type?: ASYNC_NETWORK_IO
Wait Resource: External ExternalResource=ASYNC_NETWORK_IO
I traced out the process id to see when it started using the SQL profiler but I now have questions about getting more details.
I see the start time for this particular process at 8:54 am in the profiler.
Q1: How long does it take for a task to go into a "suspended" state? (I thought the user not closing things correctly cause it instantly.)
Q2: Is there some other way I can get an exact start time or is it what I see in Profiler accurate?
Please advise,