Hi all,
I would like to disable a trigger within a trigger using....
ALTER TABLE RESIDENTIAL DISABLE TRIGGER UPDATE_SYSTEMS_RES
However it tells me that I cant disable a trigger within one. How can I get around this or is there another way of disabling a trigger.
Thanks
Anthony
I would like to disable a trigger within a trigger using....
ALTER TABLE RESIDENTIAL DISABLE TRIGGER UPDATE_SYSTEMS_RES
However it tells me that I cant disable a trigger within one. How can I get around this or is there another way of disabling a trigger.
Thanks
Anthony