I'm using bulk insert in SSIS to fill a table with approx 10M rows in SQL Server. I've googled a lot about it, and still could not find an answer for it.
How many Rows per batch should I choose? How many Maximum insert commit size should I choose?
It would be great to receive an explanation about each one.
I've tested it and changed the Rows per batch. The best result I've received so far is for 5M.
Appreciate your help!