GerryGoldberg
Technical User
- Apr 12, 2001
- 55
I am trying to write a delete trigger that is activated when multiple rows are deleted from one of my tables. I need to look at each of the deleted rows and I know that the resulting deleted table contains these rows but I don't know how to sequentially process them. Do I need to create a cursor from the deleted table and then use FETCH logic to retrieve each row, or can I process each row in the deleted table directly? I have the same question for an insert trigger and using the inserted table.
Thanks,
Gerry Goldberg
Thanks,
Gerry Goldberg