Once you create a trigger, it remains in the database until someone explicitly removes it. You must have ALTER permissions on the table associated with the trigger to drop the trigger.
 To delete a trigger (Sybase Central)
 To delete a trigger (Sybase Central)Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority or as the owner of the trigger.
In the left pane, double-click Triggers.
Select the trigger and choose Edit » Delete.
Click Yes.
 To delete a trigger (SQL)
 To delete a trigger (SQL)Connect to a database as a user with DBA authority or as the owner of the trigger.
Execute a DROP TRIGGER statement.
 Example
 Example See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |