Community

Horizontal partitioning in SQL7

Horizontal partitioning is a way of splitting a table (or a set of tables) into smaller pieces. This is usually accomplished by splitting the table by key values, and it is usually done to make merge replication feasible.

Read More - Register for Free Membership