Is there a way to use transactions to insert more than 100 rows? I am processing rows from an order import excel file, combining multiple rows into an order, and inserting them into a table.
I need to know that all the rows are inserted correctly, or I can’t count the file as processed. I was hoping to do something like this but it doesn’t work -
If the 100-row limitation is unavoidable, are there any other suggestions? I have a few ideas that capture 99%+ of the failure modes but are not foolproof.