drop partition

Description

Removes a disk partition from the Replication Server.

Syntax

drop partition logical_name

Parameters

logical_name

The name assigned to a partition created with create partition.

Examples

Example 1

Drops the partition named P1 from the Replication Server:

drop partition P1

Usage

Permissions

drop partition requires “sa” permission.

See also

admin disk_space, alter partition, create partition