You can use Sybase Central or a DROP SERVER statement to delete a remote server from the ISYSSERVER system table. All remote tables defined on that server must already be dropped for this action to succeed.
 To delete a remote server (Sybase Central)
 To delete a remote server (Sybase Central)Use the SQL Anywhere 12 plug-in to connect to the host database as a user with DBA authority.
In the left pane, double-click Remote Servers.
Select the remote server, and then click File » Delete.
 To delete a remote server (SQL)
 To delete a remote server (SQL)Connect to the host database as a user with DBA authority.
Execute a DROP SERVER statement.
For more information, see DROP SERVER statement.
 Example
 Example|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |