Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSTEAD OF DELETE, UPDATE trigger?
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01520366
Message ID:
01520370
Views:
46
>Hi,
>
>Can you have one trigger for both INSTEAD OF DELETE and UPDATE, as shown in the title of this thread? And if yes, how would you distinguish inside the trigger if it was called by UPDATE or DELETE action?
>
>TIA.


Of course you can, but both should be INSTEAD OF triggers.
To distinguish which records are deleted, and which is updated you must use INSERTED and DELETED pseudo tables.
All records that are in both tables are updated, all record that are only in DELETED table are deleted.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform