November 2006
Intermediate to advanced
1232 pages
34h 10m
English
As with indexes, partitions require proper usage. In this section, you will learn how to best take advantage of partitions and how to properly use partitions. Later in this chapter, you will also be presented with a number of scenarios in which partitioning is useful and can help improve the performance of your system.
Inserting data into a partitioned table is completely automatic. The data is routed to the correct partition without any intervention by the SQL Server engine. Simply insert data into the table.
Selecting data from a partitioned table is as simple as inserting data into the partitioned table. As with insertion, data is automatically selected ...
Read now
Unlock full access