Skip to content

Commit 0b86071

Browse files
authored
Merge pull request #13328 from MicrosoftDocs/rothja-patch-1
Fixes MicrosoftDocs/sql-docs#3639
2 parents 98dc556 + 56d7477 commit 0b86071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/views/create-indexed-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Evaluating the same expression can produce different results in the [!INCLUDE[ss
4848
To make sure that the views can be maintained correctly and return consistent results, indexed views require fixed values for several SET options. The SET options in the following table must be set to the values shown in the **Required Value** column whenever the following conditions occur:
4949

5050
- The view and subsequent indexes on the view are created.
51-
- The base tables referenced in the view at the time the table is created.
51+
- The base tables referenced in the view at the time the view is created.
5252
- There is any insert, update, or delete operation performed on any table that participates in the indexed view. This requirement includes operations such as bulk copy, replication, and distributed queries.
5353
- The indexed view is used by the query optimizer to produce the query plan.
5454

0 commit comments

Comments
 (0)