Friday, March 21, 2008

New SQL Server Video Tutorial: Part 4 - Building AFTER Triggers for Enforcing Advanced Business Rules

Part 4 - Building AFTER Triggers for Enforcing Advanced Business Rules - view details
If you can't use a constraint to enforce/perform business rules, then the AFTER trigger is what you'll need to employ! In this fourth video in the series Scott will walk you�� throw the process of how to build an AFTER trigger that will enforce advanced business rules.

Highlights from this video:
  • Example of when to use an AFTER trigger for a business rule
  • Raising an error when trigger is fired for business rule
and much more


To download this video, log in, then visit the video's detail page and click "download". This is a subscriber-only video so a subscription is required.

Note: You must have the TSCC codec installed to view this video


Keywords Associated with this video: trigger, dml, AFTER, build trigger, business rule, create trigger