Skip to content

Commit 184f8f4

Browse files
authored
Update date and command field type in documentation
Updated the date to 3/12/2026 and changed the data type of the 'command' field from varchar(8000) to varchar(max).
1 parent 0a500d9 commit 184f8f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "The queryinsights.exec_requests_history in Microsoft Fabric provid
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mariyaali, randolphwest, emtehran
7-
ms.date: 11/12/2025
7+
ms.date: 3/12/2026
88
ms.service: sql
99
ms.topic: "reference"
1010
ms.custom:
@@ -51,7 +51,7 @@ The `queryinsights.exec_requests_history` in [!INCLUDE [fabric](../../includes/f
5151
| `data_scanned_remote_storage_mb` | **decimal(18,3)** | Shows how much data was scanned/read from remote storage (One Lake). |
5252
| `data_scanned_memory_mb` | **decimal(18,3)** | Shows how much data was scanned from local memory. Data scanned from disk and memory together indicates how much data was read from cache. |
5353
| `data_scanned_disk_mb` | **decimal(18,3)** | Shows how much data was scanned/read from local disk. Data scanned from disk and memory together indicates how much data was read from cache. |
54-
| `command` | **varchar(8000)** | Complete text of the executed query. |
54+
| `command` | **varchar(max)** | Complete text of the executed query. |
5555

5656
## Permissions
5757

0 commit comments

Comments
 (0)