I am working on an ASP.NET Core app with
When I insert on table and this table has triggers, SQL reports the following error.
The target table of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause
Is there any workaround for this issue?