Mohsin Malik
Registered User.
- Local time
- Today, 10:39
- Joined
- Mar 25, 2012
- Messages
- 179
Hello,
I am encountering a strange issue with link tables that have insert triggers for some users. Although the triggers do not have an OUTPUT Clause, direct appending to the table is not working properly (screenshot). This problem seems to be occurring for some users, but not for others. Is there a known solution or if it is a new bug? I have attempted to update the SQL Server ODBC Drivers and tried linking through Native Client and OLEDB Drivers, but none of these efforts have resolved the issue. Any assistance in resolving this problem would be greatly appreciated.
I am encountering a strange issue with link tables that have insert triggers for some users. Although the triggers do not have an OUTPUT Clause, direct appending to the table is not working properly (screenshot). This problem seems to be occurring for some users, but not for others. Is there a known solution or if it is a new bug? I have attempted to update the SQL Server ODBC Drivers and tried linking through Native Client and OLEDB Drivers, but none of these efforts have resolved the issue. Any assistance in resolving this problem would be greatly appreciated.
Code:
ODBC--insert on a linked table 'ContractTaxPrep' failed.
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]The target table 'dbo.ContractTaxPrep' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause. (#334)