Page 1 of 1

Performance Difference in SQL Insert

Posted: Wed Dec 21, 2016 6:39 am
by saikiranm
Team,

What is the performance difference when I use rowset variable directly in the SQL Insert compared to SQL Insert using ForEach loop?

- Kiran

Re: Performance Difference in SQL Insert

Posted: Tue Dec 27, 2016 11:30 am
by Support_Rick
In a batch setting, it should be negligible.

Keep in mind that you do have the "Batch Size" field for Inserts/Updates under the Advanced Tab. This significantly increases your speed.