Skip to content

Commit a3abf81

Browse files
committed
update
1 parent 275d87d commit a3abf81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-io-pending-io-requests-transact-sql.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
3636
|**io_type**|**nvarchar(60)**|Type of pending I/O request. Is not nullable.|
3737
|**io_pending_ms_ticks**|**bigint**|Internal use only. Is not nullable.|
3838
|**io_pending**|**int**|Indicates whether the I/O request is pending (1) or has been completed by the operating system (0). An I/O request can still be pending even when OS has completed the request, but [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] has not yet performed a context switch in which it would process the I/O request and remove it from this list. Is not nullable. <br /> **Value** <br /> 0 = Pending SQL Server <br /> 1 = Pending OS <br />|
39-
4039
|**io_completion_routine_address**|**varbinary(8)**|Internal function to call when the I/O request is completed. Is nullable.|
4140
|**io_user_data_address**|**varbinary(8)**|Internal use only. Is nullable.|
4241
|**scheduler_address**|**varbinary(8)**|Scheduler on which this I/O request was issued. The I/O request will appear on the pending I/O list of the scheduler. For more information, see [sys.dm_os_schedulers &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-os-schedulers-transact-sql.md). Is not nullable.|

0 commit comments

Comments
 (0)