Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2a07e12

Browse files
authored
Merge pull request #32644 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents ac83cce + 2fce787 commit 2a07e12

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
@@ -4,7 +4,7 @@ description: sys.dm_pdw_exec_requests holds information about all requests curre
44
author: jacinda-eng
55
ms.author: jacindaeng
66
ms.reviewer: wiassaf, randolphwest
7-
ms.date: 10/14/2024
7+
ms.date: 12/16/2024
88
ms.service: sql
99
ms.subservice: data-warehouse
1010
ms.topic: "reference"
@@ -40,7 +40,7 @@ Holds information about all requests currently or recently active in Azure Synap
4040
| `group_name` | **sysname** | For requests utilizing resources, `group_name` is the name of the workload group the request is running under. If the request doesn't utilize resources, `group_name` is `NULL`.<br /><br />**Applies to**: Azure Synapse Analytics |
4141
| `classifier_name` | **sysname** | For requests utilizing resources, The name of the classifier used for assigning resources and importance. | |
4242
| `resource_allocation_percentage` | **decimal(5,2)** | The percentage amount of resources allocated to the request.<br /><br />**Applies to**: Azure Synapse Analytics |
43-
| `result_cache_hit` | **int** | Details whether a completed query used result set cache.<br /><br />**Applies to**: Azure Synapse Analytics | 1 = Result set cache hit<br />0 = Result set cache miss<br />Negative integer values = Reasons why result set caching wasn't used. See remarks section for details. |
43+
| `result_cache_hit` | **int** | Details whether a completed query used result set cache.<br /><br />**Applies to**: Azure Synapse Analytics | 1 = Result set cache hit<br />0 = Result set cache miss<br />`NULL` = Query wasn't a SELECT query.<br />Negative integer values = Reasons why result set caching wasn't used. See remarks section for details. |
4444
| `client_correlation_id` | **nvarchar(255)** | Optional user-defined name for a client session. To set for a session, call `sp_set_session_context 'client_correlation_id', <CorrelationIDName>`. You can retrieve its value with `SELECT SESSION_CONTEXT (N'client_correlation_id')`. For more information, see [sp_set_session_context](../system-stored-procedures/sp-set-session-context-transact-sql.md). |
4545
| `command2` | **nvarchar(max)** | Holds the full text of the request as submitted by the user. Holds queries that are longer than 4,000 characters. | Any valid query or request text. `NULL` = Queries that are 4000 characters long or less. For these queries the full text can be found under the `command` column. |
4646

0 commit comments

Comments
 (0)