Viewing post 1 (of 2 total)
One thing you can do is change the trigger from INSTEAD OF DELETE to FOR DELETE.
An INSTEAD OF trigger executes the code in place of the requested operation, and it...
March 3, 2025 at 8:02 pm
#4550357