Skip to content

Commit 2f5398b

Browse files
Merge pull request #37103 from mstehrani/patch-25
Add error_code column to query insights documentation
2 parents ab1416e + 54cab9d commit 2f5398b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
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: 03/12/2026
7+
ms.date: 04/23/2026
88
ms.service: sql
99
ms.topic: "reference"
1010
ms.custom:
@@ -53,6 +53,7 @@ The `queryinsights.exec_requests_history` in [!INCLUDE [fabric](../../includes/f
5353
| `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. |
5454
| `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. |
5555
| `command` | **varchar(max)** | Complete text of the executed query. |
56+
| `error_code` | **int** | Error code if query failed after beginning execution. `0` if no error encountered. |
5657

5758
## Permissions
5859

0 commit comments

Comments
 (0)