Skip to content

Commit 4803972

Browse files
authored
Update sys-dm-pdw-exec-requests-transact-sql.md
1 parent 1be91fb commit 4803972

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.dm_pdw_exec_requests (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/19/2019"
4+
ms.date: "03/22/2019"
55
ms.prod: sql
66
ms.technology: data-warehouse
77
ms.reviewer: ""
@@ -37,7 +37,7 @@ monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allve
3737
|resource_class|**nvarchar(20)**|The resource class for this request. See related **concurrency_slots_used** in [sys.dm_pdw_resource_waits &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-resource-waits-transact-sql.md). For more information on resource classes, see [Resource classes & workload management](https://docs.microsoft.com/azure/sql-data-warehouse/resource-classes-for-workload-management) |Static Resource Classes</br>staticrc10</br>staticrc20</br>staticrc30</br>staticrc40</br>staticrc50</br>staticrc60</br>staticrc70</br>staticrc80</br> </br>Dynamic Resource Classes</br>SmallRC</br>MediumRC</br>LargeRC</br>XLargeRC|
3838
|importance (Preview for SQL DW Gen2)|**nvarchar(32)**|The importance setting the request was submitted with. Requests with a lower importance will remain queued in suspended state, if higher importance requests are submitted. Requests with higher importance will execute before lower importance requests that were submitted earlier. For more information on importance, see [Workload Importance](https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-workload-importance). |NULL</br>low</br>below_normal</br>normal</br>above_normal</br>high|
3939

40-
For information about the maximum rows kept by this view, see "Minimum and Maximum Values" in the [!INCLUDE[pdw-product-documentation](../../includes/pdw-product-documentation-md.md)].
40+
For information about the maximum rows retained by this view, see the Metadata section in the [Capacity limits](https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-service-capacity-limits#metadata) topic.
4141

4242
## Permissions
4343

0 commit comments

Comments
 (0)