sp_helpconn

Description

Returns information about database connections.

Syntax

sp_helpconn [conn_name]

Parameters

conn_name

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

Examples

Example 1

sp_helpconn "boulder.doc"

Returns information about any primary and replicate database connections for the database doc on the data server boulder.

Usage

See also

sp_helpprimaryconn, sp_helpreplicateconn