Skip to content

Commit 24360b6

Browse files
authored
Reword and add default
1 parent b3c7dbf commit 24360b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +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. |
56+
| `error_code` | **int** | Error code if query failed after beginning execution. `0` if no error encountered. |
5757

5858
## Permissions
5959

0 commit comments

Comments
 (0)