You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/views/create-indexed-views.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Evaluating the same expression can produce different results in the [!INCLUDE[ss
48
48
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:
49
49
50
50
- 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.
52
52
- 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.
53
53
- The indexed view is used by the query optimizer to produce the query plan.
0 commit comments