SQL Server Table Partitioning
Updated: 2010-08-31 07:03:13
Looking to optimize the performance of your SQL Server database? If your database contains very large tables, you may benefit from partitioning those tables onto separate filegroups. This technology, introduced in SQL Server 2005, allows you to spread data onto different physical disks, leveraging the concurrent performance of those disks to optimize query performance.
Read the full article: Partitioning a SQL Server Database Table...Read Full Post