Quote:
Originally Posted by carlowahlstedt
This seems to be obtaining an ASYNC_NETWORK_IO on the query they are running until the preview is closed.
|
ASYNC_NETWORK_IO wait types are network related issues caused by the client application not processing results from the database fast enough. This results in filling the network buffers which causes the database not being able to send anymore data to the client.
To fix the issue, you need to check the data source to review the codes to optimize the data source and/or the report.
Because you did not mentioned what is the data source (query, stored procedure etc) and database and you did not attached the problem report, it will be difficult to pin point the exact problem area.