sp_suspendprimaryconn

Description

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

Syntax

sp_suspendprimaryconn [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_suspendprimaryconn "boulder.doc"

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

Usage

See also

sp_helpprimaryconn, sp_resumeprimaryconn