Does anyone know how SQL Server determines the order triggers (of same type, i.e. before triggers) are executed. And is there any way of changing this so that I can specify
sp_settriggerorder: Specifies the AFTER triggers that are fired first
or last. The AFTER triggers that are fired between the first and last
triggers are executed in undefined order.