sp_dropprimaryconn

Description

Deletes an existing primary database connection definition.

Syntax

sp_dropprimaryconn conn_name

Parameters

conn_name

is the name of a primary database connection. Connection names must be specified in the form ds.db, where:

Examples

Example 1

sp_dropprimaryconn "boulder.doc"

Deletes the primary database connection definition for the database doc on the data server boulder.

Usage

See also

sp_addprimaryconn, sp_droppub, sp_dropreplicateconn, sp_helpprimaryart, sp_helpprimaryconn, sp_helppub