Skip to content

Commit 989a6b3

Browse files
committed
update
1 parent a3abf81 commit 989a6b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2929

3030
> [!NOTE]
3131
> To call this from [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] or [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], use the name **sys.dm_pdw_nodes_io_pending_io_requests**.
32-
32+
>
33+
3334
|Column name|Data type|Description|
3435
|-----------------|---------------|-----------------|
3536
|**io_completion_request_address**|**varbinary(8)**|Memory address of the IO request. Is not nullable.|
@@ -42,7 +43,8 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
4243
|**io_handle**|**varbinary(8)**|File handle of the file that is used in the I/O request. Is nullable.|
4344
|**io_offset**|**bigint**|Offset of the I/O request. Is not nullable.|
4445
|**io_handle_path**|**nvarchar(256)**| Path of file that is used in the I/O request. Is nullable.|
45-
|**pdw_node_id**|**int**|**Applies to**: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)], [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]<br /><br /> The identifier for the node that this distribution is on.|
46+
|**pdw_node_id**|**int**|**Applies to**: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)], [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]<br /><br /> The identifier for the node that this distribution is on.|
47+
4648

4749
## Permissions
4850

0 commit comments

Comments
 (0)