I have a trigger that is rarely used, but necessary on a particular column. The problem is the table is updated frequently, and the trigger goes through the recompile event quite often, quite unnecessarily. Is there any way to event this?
thanks for any input.