Trigger order of execution

  • If I have more than 1 trigger on a table, is it possible to set the order in which the trigger executes

  • check out sp_settriggerorder.

    You can set up the first and last for each type (insert, update, delete). But you can't set up the order for the triggers in between the first and last.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply