Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trigger
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00951719
Message ID:
00951722
Views:
5
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform