trigger order, we need a handy way to set or change trigger order
It is sometimes important to set triggers order when there are several triggers for a single table, UPDATE event, for example.
There is a command which performs this:
EXEC spsettriggerorder @triggername=N'[dbo].[tskTask_Validate]', @order=N'First', @stmttype=N'UPDATE'
But I wish I had a visualized tool for this task and more control than a simple 'First' / 'Last' option.
Thank you
1
vote
Omid Mehdizadeh
shared this idea