Section courante

A propos

Section administrative du site

ALTER PARTITION FUNCTION

Modifie la fonction de partition
  Microsoft SQL Server

Syntaxe

ALTER PARTITION FUNCTION partition_function_name()
{
SPLIT RANGE ( boundary_value )
| MERGE RANGE ( boundary_value )
} [ ; ]

Description

Cette instruction permet de modifier une fonction de partitionnement ou fusionnement de ses valeurs limites.



Dernière mise à jour : Vendredi, le 19 Juin 2020