Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting Insert vs Update Trigger event
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 7.0
Divers
Thread ID:
01232029
Message ID:
01232140
Vues:
14
Hi, Don,

One other thing to take into account, in your testing...

SQL Server insert/update triggers fire ONCE per insert/update statement, regardless of how many rows are affect. So if your single UPDATE statement affects 5 rows, the trigger fires once, with 5 rows each in the insered/deleted tables. You may already know this, but wanted to mention it anyway. (Some people code triggers on the assumption that only one row will be affected).

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform