Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Triggers
Message
 
 
To
24/05/2012 04:11:57
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01544240
Message ID:
01544248
Views:
32
>Hi
>
>I am doing some work on a package and one of the tables is having problem with a trigger.
>
>The table has several insert triggers set.
>
>First question is. Is that usual ?
>
>Second question is. What order do they fire in ?
>
>Thanks

Having many insert triggers on the same table is not usual practice. To check order of execution use sp_settriggerorder stored procedure.

http://stackoverflow.com/questions/94103/sql-server-triggers-order-of-execution
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform