Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trigger
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00951719
Message ID:
00951722
Vues:
6
>In a new trigger we are trying to call a stored procedure. I need to pass the Id values of the triggered record. How do read the identity value of a record in a trigger (value of any fields)?

There're two special tables are available in trigger statements: the deleted table and the inserted table. The deleted table holds deleted records or records before UPDATE. The inserted table - records after UPDATE or INSERTED records. See BOL for details.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform