Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help Understanding This Syntax
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01410281
Message ID:
01410297
Views:
32
What about in an INSTEAD-OF trigger?

INSTEAD OF triggers are different animals than AFTER triggers.

Two (of many) reasons for using INSTEAD OF triggers might be because you want to rollback transactions on tables that you don't want modified (and direct the data somewhere else), or if you want to create updateable views.
Previous
Reply
Map
View

Click here to load this message in the networking platform