Hi,
does anyone have a nice example of an instead of update trigger on a view?
e.g.
it kicks in when this is executed
UPDATE VIEW_X
SET COLUMN_A = 1,
COLUMN_B = 2
WHERE COLUMN_C = 3
I want to know how to get the values from the above and update TableX which has the columns in but is part of VIEW_X
How do I use the 'INSERTED' and 'DELETED' tables?
Hiding under a desk from SSIS Implemenation Work :crazy: