Skip to content

Commit e0ac3e1

Browse files
Merge pull request #31191 from mariyaali/patch-12
Update queryinsights-exec-requests-history-transact-sql.md
2 parents f864b60 + 3241941 commit e0ac3e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/relational-databases/system-views/queryinsights-exec-requests-history-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "queryinsights.exec_requests_history (Transact-SQL)"
33
description: "The queryinsights.exec_requests_history in Microsoft Fabric provides information about each complete SQL request."
44
author: WilliamDAssafMSFT
5-
ms.author: wiassaf
5+
ms.author: mariyaali
66
ms.reviewer: mariyaali
7-
ms.date: 07/17/2024
7+
ms.date: 07/23/2024
88
ms.service: sql
99
ms.topic: "reference"
1010
f1_keywords:
@@ -37,6 +37,7 @@ monikerRange: "=fabric"
3737
| `batch_id` | **uniqueidentifier** | ID for grouped queries (if applicable). Nullable.|
3838
| `root_batch_id` | **uniqueidentifier** | ID for the main group of queries (if nested). Nullable.|
3939
| `query_hash` | **varchar(200)** | Binary hash value calculated on the query and used to identify queries with similar logic. You can use the query hash to correlate between Query Insight views. For more information, see [Query Insights - Aggregation](/fabric/data-warehouse/query-insights#similar-queries).|
40+
| `label` | **varchar(8000)** | Optional label string associated with some SELECT query statements.|
4041

4142
## Permissions
4243

0 commit comments

Comments
 (0)