Hello, We decided to partition a table by Hash for the key (GUID) and range for the periods – one partition for each month. Now we are thinking how to make the range dynamic. Should we create the ranges for all the year in advance? Do the empty partitions will influence our performance and memory space? Is there any other way to create partitions automatic for each month – we though about creating a special script for this but what will happen if we miss a period? Thanks, Amir
↧