89.

What sp_settriggerorder stored procedure does?

To specify the order for an AFTER trigger, use the sp_settriggerorder stored procedure. INSTEAD OF triggers cannot be specified as first or last triggers. INSTEAD OF triggers are fired before updates are made to the underlying tables