Getting information about servers  Adding remote logins

Chapter 15: Managing Remote Servers

Dropping remote servers

A System Security Officer can use sp_dropserver to drop servers from sysservers. The syntax is:

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.





Copyright © 2005. Sybase Inc. All rights reserved. Adding remote logins

View this book as PDF