Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 96c7463

Browse files
authored
Update hints-transact-sql-query.md
1 parent b34c000 commit 96c7463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/hints-transact-sql-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ manager: craigg
147147

148148
This query hint virtually disallows direct use of indexed views and indexes on indexed views in the query plan.
149149

150-
The indexed view is not expanded only if the view is directly referenced in the SELECT part of the query and WITH (NOEXPAND) or WITH (NOEXPAND, INDEX( *index_value* [ **,**_...n_ ] ) ) is specified. For more information about the query hint WITH (NOEXPAND), see [FROM](../../t-sql/queries/from-transact-sql.md).
150+
The indexed view is not expanded only if the view is directly referenced in the SELECT part of the query and WITH (NOEXPAND) or WITH (NOEXPAND, INDEX( *index_value* [ **,**_...n_ ] ) ) is specified. For more information about the query hint WITH (NOEXPAND), see [Hints - Table](../../t-sql/queries/hints-transact-sql-table.md).
151151

152152
Only the views in the SELECT part of statements, including those in INSERT, UPDATE, MERGE, and DELETE statements are affected by the hint.
153153

0 commit comments

Comments
 (0)