Subject Using parameters in a trigger
Author slsolutions2002
I am trying to create a after insert trigger that will execute a
stored procedure. I need to pass one of the fields to the stored
procedure. No mater what I do I get a unknown column error. How can
I pass a a field as a variable to the stored procedure from within
the trigger. Thanks.