I have a SQL Server database that has two tables with INSERT triggers. My front end is an MS Access database connecting via ODBC. The one trigger works fine, but the other one doesn't run at all. What can I do to troubleshoot this problem?
I forgot to mention, if I run an INSERT query from SSMS, then both triggers work.
I forgot to mention, if I run an INSERT query from SSMS, then both triggers work.
Comment