sp_helpremotelogin

Description

Reports information about a particular remote server’s logins or about all remote server logins.

Syntax

sp_helpremotelogin [remoteserver [, remotename]]

Parameters

remoteserver

is the name of the server about which to report remote login information.

remotename

is the name of a particular remote user on the remote server.

Examples

Example 1

Displays information about all the remote users of the remote server GATEWAY:

sp_helpremotelogin GATEWAY

Example 2

Displays information about all the remote users of all the remote servers known to the local server:

sp_helpremotelogin

Usage

Permissions

Any user can execute sp_helpremotelogin.

See also

System procedures sp_addremotelogin, sp_dropremotelogin, sp_helpserver