Thursday, February 16, 2012

usage of instead of triggers

in osborne's sql server developers guide - their example for instead of trigger is basically a rollback when a condition is met. I believe the correct place for that would be a regular trigger with a rollback. Instead of triggers make the most sense on views or when you want to do something completely unrelated.

No comments:

Post a Comment