SQL Server Table Partitioning: Resources

There is a mountain of information out there on partitioning.

SQL Server Table Partitioning Poster

Although there were significant performance improvements introduced in SQL Server 2008, it is still worthwhile to read some of the documentation from SQL Server 2005 first to understand the basic principles. Afterward, check out posts on changes made in 2008 to understand the fine print.

This is not an exhaustive list and it is not ranked. I put comprehensive and introductory material first, then try to organize the details farther down. I periodically update this list with the latest interesting blog posts I find. Let me know if this is helpful!

–Kendra

Content on BrentOzar.com

Here’s material that we’ve authored on table partitioning here on BrentOzar.com.

Great Starter Material

If you’re new to table partitioning, this section contains a mix of whitepapers and blogs which are a great place to get started.

SQLServerPedia Wiki on Partitioning

Videos

Whitepapers

Blogs

SQL Server Books Online – Partitioning Topics

Print

  • Sql Server MVP Deep Dives: http://www.manning.com/nielsen/
    • Ron Talmage: “Some practical issues in table partitioning”
    • Dan Guzman: “Partitioning for manageability (and maybe performance)”

Tools