sp_addprimaryconn

Description

Defines a new primary database connection.

Syntax

sp_addprimaryconn conn_name [, maint_user]

Parameters

conn_name

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

maint_user

is the Maintenance User name for the primary database.

Examples

Example 1

sp_addprimaryconn "boulder.doc", fred

Defines a primary database connection to the database doc on data server boulder, where the Maintenance User name is fred.

Usage

See also

sp_addprimaryart, sp_addpub, sp_addreplicateconn, sp_configprimaryconn, sp_helpprimaryart, sp_helpprimaryconn, sp_helppub