Quantcast
Channel: Tech Hub » Performance
Viewing all articles
Browse latest Browse all 10

Table partitioning – SQL Server 2008

$
0
0

Are you worried with query performance due to huge data in tables, use Table partitioning of SQL Server 2008. It’s easy and very useful.

You can partition data to different db data files stored in different hard disks on the server to increase parallelism with I/O. It’s been simplified in SQL Server 2008 compared to SQL Server 2005/2000. We can use wizard based or script based approach to create partitions on new or existing tables. Refer following links for more info.



Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles



Latest Images