Dropping remote servers

A system security officer can use sp_dropserver to drop servers from sysservers:

sp_dropserver server [, droplogins] 

where:

The following statement drops the GATEWAY server and all of the remote logins associated with it:

sp_dropserver GATEWAY, droplogins

You do not have to use droplogins to drop the local server; that entry does not have remote login information associated with it.