Skip to content

Commit bb0d013

Browse files
20240423 acrolinx
1 parent ef931bd commit bb0d013

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-pdw-errors-transact-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
2121
2222
|Column Name|Data Type|Description|Range|
2323
|-----------------|---------------|-----------------|-----------|
24-
| `error_id` |**nvarchar(36)**|Key for this view.<br /><br /> Unique numeric id associated with the error.|Unique across all query errors in the system.|
24+
| `error_id` |**nvarchar(36)**|Key for this view.<br /><br /> Unique numeric ID associated with the error.|Unique across all query errors in the system.|
2525
| `source` |**nvarchar(64)**|[!INCLUDE [ssInfoNA](../../includes/ssinfona-md.md)]|[!INCLUDE [ssInfoNA](../../includes/ssinfona-md.md)]|
2626
| `type` |**nvarchar(4000)**|Type of error that occurred.|[!INCLUDE [ssInfoNA](../../includes/ssinfona-md.md)]|
2727
| `create_time` |**datetime**|Time at which the error occurred.|Smaller or equal to current time.|
28-
| `pwd_node_id` |**int**|Identifier of the specific node involved, if any. For additional information on node ids, see [sys.dm_pdw_nodes (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-nodes-transact-sql.md).||
29-
| `session_id` |**nvarchar(32)**|Identifier of the session involved, if any. For additional information on session ids, see [sys.dm_pdw_exec_sessions (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-sessions-transact-sql.md).||
30-
| `request_id` |**nvarchar(32)**|Identifier of the request involved, if any. For additional information on request ids, see [sys.dm_pdw_exec_requests (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql.md). This `request_id` can be corresponded with the `request_id` in [sys.dm_pdw_exec_requests](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql.md)||
28+
| `pwd_node_id` |**int**|Identifier of the specific node involved, if any. For more information on node IDs, see [sys.dm_pdw_nodes (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-nodes-transact-sql.md).||
29+
| `session_id` |**nvarchar(32)**|Identifier of the session involved, if any. For more information on session IDs, see [sys.dm_pdw_exec_sessions (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-sessions-transact-sql.md).||
30+
| `request_id` |**nvarchar(32)**|Identifier of the request involved, if any. For more information on request IDs, see [sys.dm_pdw_exec_requests (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql.md). This `request_id` can be corresponded with the `request_id` in [sys.dm_pdw_exec_requests](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql.md)||
3131
| `spid` |**int**|spid of the SQL Server session involved, if any.||
3232
| `thread_id` |**int**|[!INCLUDE [ssInfoNA](../../includes/ssinfona-md.md)]||
3333
| `details` |**nvarchar(4000)**|Holds the full error text description.||
3434

35-
For information about the maximum rows retained by this view, see the Metadata section in the [Capacity limits](/azure/sql-data-warehouse/sql-data-warehouse-service-capacity-limits#metadata) topic.
35+
For information about the maximum rows retained by this view, see [Capacity limits](/azure/sql-data-warehouse/sql-data-warehouse-service-capacity-limits#metadata).
3636

3737
## Related content
3838

0 commit comments

Comments
 (0)