Partitioning tables for performance

Partitioning a table can improve performance for several types of processes.

The tables you choose to partition and the type of partition depend on the performance issues you encounter and the performance goals for the queries on the tables.

See Chapter 10, “Partitioning Tables and Indexes” in the Transact-SQL Users Guide book for more information about, and examples using and creating partitions.