All Tags »
Best Practices »
habits »
triggers (RSS)
Sorry, but there are no more tags available to filter with.
-
In my last post in this series, I talked about choosing inappropriate data types. This time, I want to touch on a few ways that I see triggers being misused.
Using a trigger at all
A lot of people think that they need
a trigger. They allow direct access to tables instead of forcing data
access through stored procedures, and ...