Partitioning Tables (Sql Server 2005)

  • Hi Guys

    I have a table with approximately 5 Million of records in it and data need to select the daily by different groups of people as data been submitted by 1200 people weekly basis.

    we have sql server running across the region with sql server 2000 replication. But data is coming out slowly.

    I am wondering If I am shifting my data to SQL Server 2005 with Partitioning scheme, will it affects to performance.

    Thanks

    jaswinder

  • Generally speaking, partitioning will help performance. The key is that you need a logical, consistent data point on which to partition.

    If you need to stick to 2000, you can look at partitioned views.

    You may want to spend some time here: http://sqlcat.com/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply