Avatar of dgrafx
dgrafx
Flag for United States of America

asked on 

Sql Update & Insert Trigger

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

SQL

Avatar of undefined
Last Comment
Scott Pletcher

8/22/2022 - Mon