Sunday, July 13, 2008

SQL Server 2005 - Partitioned Tables - simple-talk.com

Partitioned Tables in SQL Server 2005
Partitioned tables are a new feature available in SQL Server version 2005, aimed mainly at improving the performance of large database systems. The feature is only available for enterprise and developer edition. For other editions you can get a similar functionality with a partitioned view.
This article focuses on how to create a partitioned table and manipulate the partitions, rather than exploring the performance aspects.

No comments: