Viewing 6 posts - 1 through 6 (of 6 total)
Thanks again MMartin1. Both works nicely.
May 12, 2018 at 10:25 pm
Thanks MMartin1. That works perfectly. Is it possible to have a similar one for Update? I tried to add the Update but it will do the insert whenever update happen.
May 12, 2018 at 2:08 pm
May 10, 2018 at 10:10 am
Thanks Jeff Moden. Are you saying the following change will avoid self-triggering and double dipping?
CREATE...
May 10, 2018 at 7:58 am
thanks palotaiarpad & Thom A. Yes, I was asking if this end up self triggering. I correct the code as follow:
CREATE TRIGGER Mytrigger ON Mytable
AFTER insert, update
AS
May 10, 2018 at 5:30 am
Viewing 6 posts - 1 through 6 (of 6 total)