aaDeleteReplicationGroup
- Last UpdatedMar 10, 2025
- 1 minute read
Deletes an existing replication group. If the group being deleted is referenced by a replication tag entity, the procedure returns an error message.
Syntax
aaDeleteReplicationGroup ReplicationGroupName, ReplicationServerName, ReplicationTypeKey
where:
|
Argument |
Description |
|---|---|
|
ReplicationGroupName |
The name of the group. This parameter is required. This value is of data type nvarchar(255), with no default. |
|
ReplicationServerName |
The name of the replication server. This value is of data type nvarchar(255), with no default. |
|
ReplicationTypeKey |
The type of replication. Valid values are: 1 = Simple Replication 2 = Analog Summary Replication 3 = State Summary Replication This value is of data type tinyint, with no default. |
Permission
Execute permission defaults to the aaAdministrators group.