ASA SQL User's Guide
Accessing Remote Data
Using remote procedure calls (RPCs)
You can delete a remote procedure using either Sybase Central or the DROP PROCEDURE statement.
You must have DBA authority to delete a remote procedure.
To delete a remote procedure (Sybase Central)
Open the Remote Servers folder.
In the left pane, select the remote server.
In the right pane, click the Remote Procedures tab.
On the Remote Procedures tab, right-click the remote procedure and choose Delete from the popup menu.
To delete a remote procedure (SQL)
Connect to a database.
Execute a DROP PROCEDURE statement.
For more information, see DROP statement.
Delete a remote procedure called remoteproc.
DROP PROCEDURE remoteproc