Merging partitions consolidates data from partitions that are accessed infrequently into a single partition. You can merge only list and range partitions.
You can merge any two list partitions, but only adjacent range partitions. The partitions selected to be merged must be on same segment.
See the Transact-SQL Users Guide for information about partitions.