Skip to content

Commit f751403

Browse files
Update articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-partition.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 24b6223 commit f751403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-partition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ AND [OrderDateKey] < 20010101;
235235
ALTER TABLE dbo.FactInternetSales_20000101_20010101 SWITCH PARTITION 2 TO dbo.FactInternetSales PARTITION 2;
236236
```
237237

238-
Once you have completed the movement of the data, it is a good idea to refresh the statistics on the target table and to drop unnecessary tables. Updating statistics ensures the statistics accurately reflect the new distribution of the data in their respective partitions.
238+
Once you have completed the movement of the data, it is a good idea to refresh the statistics on the target table. Updating statistics ensures the statistics accurately reflect the new distribution of the data in their respective partitions.
239239

240240
```sql
241241
UPDATE STATISTICS [dbo].[FactInternetSales];

0 commit comments

Comments
 (0)