ASA SQL User's Guide
Accessing Remote Data
Working with remote servers
You can use Sybase Central or a DROP SERVER statement to delete a remote server from the Adaptive Server Anywhere system tables. All remote tables defined on that server must already be dropped for this action to succeed.
You must have DBA authority to delete a remote server.
To delete a remote server (Sybase Central)
Connect to the host database from Sybase Central.
Open the Remote Servers folder.
Right-click the remote server you want to delete and choose Delete from the popup menu.
To delete a remote server (SQL)
Connect to the host database from Interactive SQL.
Execute a DROP SERVER statement.
For more information, see DROP SERVER statement.
The following statement drops the server named testasa:
DROP SERVER testasa