0
votes

Is SQL Server 2016 Standard Edition SP1 support switch partition?

We have developed a data archiving process using switch partition mechanism in SQL Server Enterprise Edition.

We want to use the same mechanism in SQL Server Standard edition. We came to know that partitioning is supported in SQL Server Standard Edition SP1. But we are not sure whether switch partition is supported in SQL Server Standard edition or not.

1

1 Answers

0
votes

All editions of SQL Server 2016 SP1 and later support the same surface area for table partitioning features, including partition-level SWITCH. However, editions besides Enterprise (and Developer) don't support performance features like partitioned table parallelism.