The data in partitioned tables and indexes is horizontally divided into units that can be spread across more than one filegroup in a database. Partitioning can make large tables and indexes more manageable and scalable.
Partitioned tables and indexes are available only on the Enterprise, Developer, and Evaluation editions of SQL Server.
This section provides the information that is required to understand, design, implement, and work with partitioned tables and indexes.