Pages

Wednesday, August 14, 2013

SQL SERVER – 2005 – Introduction to Partitioning | Journey to SQL Authority with Pinal Dave

Partitioning is the database process or method where very large tables and indexes are divided in multiple smaller and manageable parts. SQL Server 2005 allows to partition tables using defined ranges and also provides management features and tools to keep partition tables in optimal performance. Tables are partition based on column which will be used… Continue Reading...

Source: SQL SERVER – 2005 – Introduction to Partitioning | Journey to SQL Authority with Pinal Dave

No comments:

Post a Comment