How to Implement an Automatic Sliding Window in a Partitioned Table on SQL Server 2008
- Posted by Sqltimes
- On January 19, 2013
- 0 Comments
Horizontal table partitioning is first introduced in Sql Server 2005. Table partitioning allows to store data from each period (month, year, etc) to individual partitions (FileGroups). This enables us to perform archiving or purging activities with little data movement. It is a meta data operation, where a partition (of main table) is instantaneously moved to […]
Read More