You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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.|
|`type`|**nvarchar(4000)**|Type of error that occurred.|[!INCLUDE [ssInfoNA](../../includes/ssinfona-md.md)]|
27
27
|`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)||
31
31
|`spid`|**int**|spid of the SQL Server session involved, if any.||
|`details`|**nvarchar(4000)**|Holds the full error text description.||
34
34
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).
0 commit comments