SQL Server supports table and index partitioning. The data of partitioned tables and indexes is divided into units that may optionally be spread across more than one filegroup in a database. The data is partitioned horizontally, so that groups of rows are mapped into individual partitions.All partitions of a single index or table must reside in the same database.. GeoPITS brings you the comprehensive details of Table and index partitioning's support in different versions & editions of SQL Server.
Version | Enterprise | Standard | Web | Express (Adv.) | Express |
---|---|---|---|---|---|
Version v2019 | Yes | Yes | Yes | Yes | Yes |
Version v2017 | Yes | Yes | Yes | Yes | Yes |
Version v2016 | Yes | Yes | Yes | Yes | Yes |
Version v2014 | Yes | ||||
Version v2012 |
SQL Server supports table and index partitioning. The data of partitioned tables and indexes is divided into units that may optionally be spread across more than one filegroup in a database. The data is partitioned horizontally, so that groups of rows are mapped into individual partitions.All partitions of a single index or table must reside in the same database.
You can find more details about this version here