Skip to content

Commit 50e5db3

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 e642bfe commit 50e5db3

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
@@ -191,7 +191,7 @@ SELECT TOP 1 * FROM [ReplicatedTable]
191191
> 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:
192192
>
193193
> ```sql
194-
> -- Incorrect sequence. The rebuild operation will fail. Ensure that the rebuild operation is the last statement within the batch.
194+
> -- Incorrect sequence. Ensure that the rebuild operation is the last statement within the batch.
195195
> BEGIN
196196
> SELECT TOP 1 * FROM [ReplicatedTable]
197197
>

0 commit comments

Comments
 (0)