Ashish's Blog On Sql Server

This Blog is About SQL Server Technolgy





Browse by Tags

All Tags » Partitioning (RSS)
Data/Table Partitioning
Partitioned tables are a new feature available in SQL Server version 2005, aimed mainly at improving the performance of large database systems. It helps us to split the larger tables and data in to smaller parts. In a few word this means that you can...