Once you create a procedure, it remains in the database until someone explicitly removes it. Only the owner of the procedure or a user with DBA authority can drop the procedure from the database.
Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority or as the owner of the procedure.
In the left pane, double-click Procedures & Functions.
Select the procedure and choose Edit » Delete.
Click Yes.
Connect to a database as a user with DBA authority or as the owner of the procedure.
Execute a DROP PROCEDURE statement.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |