February 2013
Beginner
432 pages
10h 19m
English
After completing this chapter, you will be able to
Understand table partitioning.
Create a partition function.
Create a partition scheme.
Partition a table.
The concept of partitioning is not very difficult to explain or comprehend. For example, assume you have a table that contains sales data, and you would like to divide the data into segments based on the year of sale. Logically, the table would resemble Figure 8-1.

As shown in Figure 8-1, dividing the data by year is simple to illustrate. When data is added to the table, it will be placed in the appropriate location based on the ...
Read now
Unlock full access