Skip to content

Commit 28741b7

Browse files
Update articles/synapse-analytics/sql-data-warehouse/design-guidance-for-replicated-tables.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 50e5db3 commit 28741b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/design-guidance-for-replicated-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ SELECT TOP 1 * FROM [ReplicatedTable]
188188
> [!NOTE]
189189
> If you are planning to rebuild the statistics of the uncached replicated table, make sure to update the statistics before triggering the cache. Updating statistics will invalidate the cache, so the sequence is important.
190190
>
191-
> Limitation: If you have a batch that contains the following sequence, the rebuild will not work in this case because of the update statistics. Instead start with UPDATE STATISTICS then at the end trigger the rebuild operation:
191+
> Example: Start with `UPDATE STATISTICS`, then trigger the rebuild of the cache. In the following examples, the correct sample updates the statistics then triggers the rebuild of the cache.
192192
>
193193
> ```sql
194194
> -- Incorrect sequence. Ensure that the rebuild operation is the last statement within the batch.

0 commit comments

Comments
 (0)