Skip to content

Commit d046f6e

Browse files
New commit
I added this: Finally, in the case of a one-time partition switch to move data, you could drop the tables created for the partition switch, `FactInternetSales_20000101_20010101` and `FactInternetSales_20000101`. Alternatively, you may want to keep empty tables for regular, automated partition switches.
1 parent f418a1c commit d046f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Once you have completed the movement of the data, it is a good idea to refresh t
240240
```sql
241241
UPDATE STATISTICS [dbo].[FactInternetSales];
242242
```
243+
Finally, in the case of a one-time partition switch to move data, you could drop the tables created for the partition switch, `FactInternetSales_20000101_20010101` and `FactInternetSales_20000101`. Alternatively, you may want to keep empty tables for regular, automated partition switches.
243244

244245
### Load new data into partitions that contain data in one step
245246

0 commit comments

Comments
 (0)