sp_dropserver

Description

Drops a server from the list of known servers or drops remote logins and external logins in the same operation.

Syntax

sp_dropserver server [, droplogins]

Parameters

server

is the name of the server to be dropped.

droplogins

indicates that any remote logins for server should also be dropped.

Examples

Example 1

This command drops the remote server GATEWAY:

sp_dropserver GATEWAY

Example 2

Drops the entry for the remote server RDBAM_ALPHA and drops all remote logins and external logins for that server:

sp_dropserver RDBAM_ALPHA, droplogins

Usage

Permissions

Only a System Security Officer can execute sp_dropserver.

See also

System procedures sp_addserver, sp_dropremotelogin, sp_helpremotelogin, sp_helpserver