Hi,
I would like to know, if possible, how can i disable a trigger inside a stored procedure.
I know that the following instruction disable the trigger (but it won't work inside a strored procedure):
ALTER TRIGGER <name_trigger> DISABLE;
Thanks in advance.
Best regards,
Fernando Sousa
I would like to know, if possible, how can i disable a trigger inside a stored procedure.
I know that the following instruction disable the trigger (but it won't work inside a strored procedure):
ALTER TRIGGER <name_trigger> DISABLE;
Thanks in advance.
Best regards,
Fernando Sousa