If you have several triggers trigger on a table (no good design), then you can only define the first and the last trigger to run, all other will be executed by random.
See CREATE TRIGGER (Transact-SQL) => Remarks for DML Triggers
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
is trigger fire in the same order in which sequence it was created for a table without setting the order?
If you have several triggers trigger on a table (no good design), then you can only define the first and the last trigger to run, all other will be executed by random.
See CREATE TRIGGER (Transact-SQL) => Remarks for DML Triggers