sp_resumeprimaryconn

Description

Resumes all primary database connections or a specified primary database connection.

Syntax

sp_resumeprimaryconn [conn_name]

Parameters

conn_name

is the name of a primary database connection. The connection name (conn_name) must be specified in the form ds.db, where:

Examples

Example 1

sp_resumeprimaryconn "boulder.doc"

Resumes the primary connection to the database doc on the data server boulder.

Usage

See also

sp_helpprimaryconn, sp_suspendprimaryconn