Hi,
reading this article http://blogs.msdn.com/b/sqlcat/archive/2013/09/16/top-10-best-practices-for-building-a-large-scale-relational-data-warehous.aspx?wa=wsignin1.0
where it is reported "Always keep empty partitions at both ends of the partition range to guarantee that the partition split (before loading new data) and partition merge (after unloading old data) do not incur any data movement."
if I want to create daily partitions, how can I create empty partitions between the daily partitions created?
Thanks