November 2009
Intermediate to advanced
848 pages
30h 4m
English
Ron Talmage
This chapter covers two practical topics in SQL Server table partitioning:
Large SQL Server databases can become difficult to manage due to their size. Usually such large databases have only a couple of large tables that account for most of the databases’ size. Table partitioning is a method for making those large tables easier to manage, and in some cases improving query performance against those large tables.
Table partitioning is an involved topic and can quickly become complex; therefore, this chapter is going to have a limited scope. Let’s look at table partitioning from a general point of view, and ...
Read now
Unlock full access