Hi,
From my understanding the duration in SQL profile includes
- The time from when the query starts executing until the last result set buffer completed.
- Blocking
- The time the client application takes to consume results that require more than one roundtrip
Q1
Is this correct ?
Q2
Is there a way to determine only the time the query is executed and data retrieved from SQL and do not include the time spent on ASYNC_NETWORK_IO ?