asked on
I'm looking for best practices advice and also code suggestions for the following:
I'm working on a web application that has SEVERAL insert and update points to the table in question. I don't want to go around and edit each contact point - then test each one - so I'm thinking that I'd like to use a trigger.
The goal is to remove single quotes from being inserted in 2 columns.
I need the trigger to fire on both insert and update.
Thanks