SQL Server Table Partitioning without Enterprise Edition
The idea is to create a table for each group of rows from your original big table (based on period, for example), then union them all in a view. You can use that view in any DML operation... this is explained in:
No comments:
Post a Comment