How It Works: sys.dm_io_pending_io_requests
I have been working an issue where the DMV was returning io_pending_ms_ticks incorrectly. The following output is an example of ~164 hour delay. Unlikely to occur without any other side effects noted.
select * from sys.dm_io_pending_io_requests
In the process of this
Submit a review:
Login required.