SQL Server Partitions

Partitioning is the process of creating smaller tables containing a subset of the data with the same format as the original table. Each partitioned table has rows allocated to it based on some characteristic of the data, such as specific key ranges. Partitioning can improve application processing speeds and reduce the potential for conflicts in multi-site update replication.

More information:

Define SQL Server Partition Functions

Define SQL Server Partition Schemes


Copyright © 2009 CA. All rights reserved. Email CA about this topic