Skip to content

Commit bc18b6f

Browse files
authored
Merge pull request #17695 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 03477d6 + 27e92a4 commit bc18b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/alter-partition-function-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you create all the partitions in the same filegroup, that filegroup is initia
6868
> Limitations with columnstore index: Only empty partitions can be split in when a columnstore index exists on the table. You will need to drop or disable the columnstore index before performing this operation.
6969
7070
MERGE [ RANGE ( *boundary_value*) ]
71-
Drops a partition and merges any values that exist in the partition into a remaining partition. RANGE (*boundary_value*) must be an existing boundary value, into which the values from the dropped partition are merged. This argument removes the filegroup that originally held *boundary_value* from the partition scheme unless a remaining partition uses it, or marks it with the NEXT USED property. The merged partition exists in the filegroup that didn't hold *boundary_value* at first. *boundary_value* is a constant expression that can reference variables (including user-defined type variables) or functions (including user-defined functions). It can't reference a [!INCLUDE[tsql](../../includes/tsql-md.md)] expression. *boundary_value* must either match or be implicitly convertible to the data type of its corresponding partitioning column. You also can't truncate *boundary_value* during implicit conversion in a way that the size and scale of the value doesn't match that of its corresponding *input_parameter_type*.
71+
Drops a partition and merges any values that exist in the partition into a remaining partition. RANGE (*boundary_value*) must be an existing boundary value, of the partition to be dropped. This argument removes the filegroup that originally held *boundary_value* from the partition scheme unless a remaining partition uses it, or marks it with the NEXT USED property. The merged partition exists in the filegroup that didn't hold *boundary_value* at first. *boundary_value* is a constant expression that can reference variables (including user-defined type variables) or functions (including user-defined functions). It can't reference a [!INCLUDE[tsql](../../includes/tsql-md.md)] expression. *boundary_value* must either match or be implicitly convertible to the data type of its corresponding partitioning column. You also can't truncate *boundary_value* during implicit conversion in a way that the size and scale of the value doesn't match that of its corresponding *input_parameter_type*.
7272

7373
> [!NOTE]
7474
> Limitations with columnstore index: Two nonempty partitions containing a columnstore index can't be merged. You will need to drop or disable the columnstore index before performing this operation

0 commit comments

Comments
 (0)