Skip to content

Commit b3c7dbf

Browse files
authored
Add error_code column to query insights documentation
1 parent 33c72bc commit b3c7dbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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** | Code of the first error encountered after query has begun execution. |
5657

5758
## Permissions
5859

0 commit comments

Comments
 (0)