sp_helpserver

Description

Reports information about a particular remote server or about all remote servers.

Syntax

sp_helpserver [server]

Parameters

server

is the name of the remote server about which you want information.

Examples

Example 1

Displays information about the remote server GATEWAY:

sp_helpserver GATEWAY

Example 2

Displays information about the local Backup Server:

sp_helpserver SYB_BACKUP

name       network_name  status                                id 
---------- -------------- ------------------------------------ ---
SYB_BACKUP SYB_BACKUP    timeouts, no net password encryption  1

Example 3

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

sp_helpserver

Usage

Permissions

Any user can execute sp_helpserver.

See also

System procedures sp_addserver, sp_dropserver, sp_helpremotelogin, sp_serveroption