Error!
Success!

Example for Creating and using Partitions in SQL Server 2005

0
kicks

Example for Creating and using Partitions in SQL Server 2005  (Unpublished)

Lets assume that we have table which contains records of our company transaction starting from the date when our company was started 15 years ago! Hope you would understand that the table would have hell a lot of data as it would be holding 15 years of data. But effectively we might be using only last 2 months or 1 year data at the max (very frequently). For each query, it would be processing through this huge data. Bottomline as the table grows larger the performance would go for a toss, also scalabiity and managing data would also be difficult ...


Kicked By:
Drop Kicked By: