Skip to content

Commit be64964

Browse files
Merge pull request #34654 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 8139660 + eff7f36 commit be64964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/system-catalog-views/sys-query-store-query-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Contains information about the query and its associated overall aggregated runti
3636
| `is_internal_query` <sup>2</sup> | **bit** | The query was generated internally. |
3737
| `query_parameterization_type` <sup>2</sup> | **tinyint** | Type of parameterization:<br /><br />`0` - None<br />`1` - User<br />`2` - Simple<br />`3` - Forced |
3838
| `query_parameterization_type_desc` <sup>4</sup> | **nvarchar(60)** | Textual description for the parameterization type. |
39-
| `initial_compile_start_time` | **datetimeoffset** | Compile start time. |
40-
| `last_compile_start_time` | **datetimeoffset** | Compile start time. |
39+
| `initial_compile_start_time` | **datetimeoffset** | Initial compile start time. |
40+
| `last_compile_start_time` | **datetimeoffset** | Most recent compile start time. |
4141
| `last_execution_time` | **datetimeoffset** | Last execution time refers to the last end time of the query/plan. |
4242
| `last_compile_batch_sql_handle` | **varbinary(64)** | Handle of the last SQL batch in which query was used last time. It can be provided as input to [sys.dm_exec_sql_text (Transact-SQL)](../system-dynamic-management-views/sys-dm-exec-sql-text-transact-sql.md) to get the full text of the batch. |
4343
| `last_compile_batch_offset_start` <sup>2</sup> | **bigint** | Information that can be provided to `sys.dm_exec_sql_text` along with `last_compile_batch_sql_handle`. |

0 commit comments

Comments
 (0)