I have never tested this and would like to know before I find out via trial by ordeal (or fire up my SQL Express server at home this weekend)...
If I use an Access Front End and import data to a local table, process it and subsequently insert it into a SQL Server linked table, is that one transaction or might the ODBC driver break it up?
I ask because I am inserting into a table with a trigger that groups by data that is inserted... In this case there should be 1 action taken by the trigger if inserted in the same statement.... but there are mulitple rows that could yield multiple actions if Access/ODBC conspire against me.
Many thanks in advance.
If I use an Access Front End and import data to a local table, process it and subsequently insert it into a SQL Server linked table, is that one transaction or might the ODBC driver break it up?
I ask because I am inserting into a table with a trigger that groups by data that is inserted... In this case there should be 1 action taken by the trigger if inserted in the same statement.... but there are mulitple rows that could yield multiple actions if Access/ODBC conspire against me.
Many thanks in advance.