drop connection

Description

Removes a database from the replication system.

Syntax

drop connection to data_server.database

Parameters

data_server

The name of the data server with the database to be removed from the replication system.

database

The name of the database whose connection is to be dropped.

Examples

Example 1

Drops the connection to the pubs2 database in the SYDNEY_DS data server:

drop connection to SYDNEY_DS.pubs2

Usage

Permissions

drop connection requires “sa” permission.

See also

alter connection, create connection, resume connection, suspend connection, sysadmin dropdb