Skip to content

Commit 6fcda35

Browse files
authored
Merge pull request MicrosoftDocs#9180 from finnigd/patch-1
Correct spelling - vabinary to varbinary
2 parents 6ab0aa4 + e2a253e commit 6fcda35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=azure-sqldw-latest||>=sq
2828
|-----------------|---------------|-----------------|
2929
|**query_text_id**|**bigint**|Primary key.|
3030
|**query_sql_text**|**nvarchar(max)**|SQL text of the query, as provided by the user. Includes whitespaces, hints and comments. Comments and spaces before and after the query text are ignored. Comments and spaces inside text are not ignored.|
31-
|**statement_sql_handle**|**vabinary(64)**|SQL handle of the individual query.|
31+
|**statement_sql_handle**|**varbinary(64)**|SQL handle of the individual query.|
3232
|**is_part_of_encrypted_module**|**bit**|Query text is a part of an encrypted module.<br/>**Note:** Azure Synapse Analytics will always return zero (0).|
3333
|**has_restricted_text**|**bit**|Query text contains a password or other unmentionable words.<br/>**Note:** Azure Synapse Analytics will always return zero (0).|
3434

0 commit comments

Comments
 (0)