Reports information about a particular remote server or about all remote servers.
sp_helpserver [server]
is the name of the remote server about which you want information.
Displays information about the remote server GATEWAY:
sp_helpserver GATEWAY
Displays information about the local Backup Server:
sp_helpserver SYB_BACKUP
name network_name security_mechanism server_principal class status id cost ---------- -------------- -------------------- ------------------ ----- --------------------------------------------------------------------- ----- SYB_BACKUP SYB_BACKUP NULL NULL NULL timeouts, no net password encryption, writable, enable login redirection 1 NULL
Displays information about all the remote servers known to the local server:
sp_helpserver
sp_helpserver reports information about all servers in master.dbo.sysservers or about a particular remote server, when server is specified.
When Component Integration Services (CIS) is installed, sp_helpserver lists the security mechanism, server principal name, and server class for each server.
Any user can execute sp_helpserver. Permission checks do not differ based on the granular permissions settings.
Values in event and extrainfo columns from the sysaudits table are:
| Event | Audit option | Command or access audited | Information in extrainfo | 
|---|---|---|---|
| 38 | exec_procedure | Execution of a procedure | 
 | 
System procedures sp_addserver, sp_dropserver, sp_helpremotelogin, sp_serveroption