Dropping triggers

 Delete a trigger (Sybase Central)

You must have ALTER permissions on the table associated with the trigger to drop the trigger.

  1. 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.

  2. In the left pane, double-click Triggers.

  3. Select the trigger and click Edit » Delete.

  4. Click Yes.

 Delete a trigger (SQL)

You must have ALTER permissions on the table associated with the trigger to drop the trigger.

  1. Connect to a database as a user with DBA authority or as the owner of the trigger.

  2. Execute a DROP TRIGGER statement.

 Example
 See also