If you have a partitioned table or index in SQL Server, but you need more partitions, you can add a partition to the partition function using the ALTER PARTITION FUNCTION
statement with the SPLIT RANGE
argument.
When you do this, you split an existing partition into two.
Continue reading