Creating Insert Triggers to Silently Ignore Data You Don’t Want
19 Comments
Say you’ve got an application that insists on inserting data into the database, and…you don’t want the data. You want the application to THINK it inserted the data – you don’t want to roll it back or return an error to the end user. You just don’t want the data, and you don’t want the…
Read More