Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Triggers
Message
 
 
À
24/05/2012 04:11:57
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01544240
Message ID:
01544248
Vues:
33
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform