Use one of the following procedures to delete a remote procedure.
Connect to the database as a user with DBA authority.
In the left pane, double-click Remote Servers.
Select the remote server, and in the right pane click the Remote Procedures tab.
Select the remote procedure, and then choose File » Delete.
Click Yes.
Connect to the database as a user with DBA authority.
Execute a DROP PROCEDURE statement.
For more information, see DROP PROCEDURE statement.
Delete a remote procedure called remoteproc.
DROP PROCEDURE remoteproc; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |