I would like to know how I do in SQL Server for a trigger check if the procedure was executed and if it was executed, this trigger will do another update. Thanks in advance for your attention.
Att, Marcilio
I would like to know how I do in SQL Server for a trigger check if the procedure was executed and if it was executed, this trigger will do another update. Thanks in advance for your attention.
Att, Marcilio
Why is the update not performed within the procedure?
Trigger is a reaction to a DDL or DML command.