I have found that table partitioning in SQL Server is not widely used or understood. Table partitioning is a feature available with the Enterprise editions of SQL Server. It allows you to split large database tables into separate parts. There are many benefits to table partitioning...
[More]