I am unable to insert a row using SQL Server Insert Row connector. It throws below error. May i know how to solve this?
Microsoft SQL: The target table 'dbo.XXXXXXX' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
inner exception: Microsoft SQL: The target table 'dbo.XXXXXXX' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause.
If we cannot use Insert Row in this scenario, any alternatives would be helpful.