July 2012
Intermediate to advanced
478 pages
10h 3m
English
As we saw previously, there are two ways to apply partition ranges while performing table partitioning. In this recipe, we will do the same table partitioning that we did in the previous recipe, Partitioning table with RANGE LEFT. However, this time we use the RANGE RIGHT option for our table partitioning.
The following are the prerequisites for this recipe:
C:\SQLData should be available on your machineFollow the given steps to implement table partitioning with the RANGE RIGHT option:
Sample_DB ...Read now
Unlock full access