In SSIS ,If we select the FAST LOAD Option then we have to set the 2 properties
OLEDB Destination Rowsperbatch and MaximuminsertCommitSize
Normally ,we go with default values ;but it has been understood that it gives a maximum performance if we can calculate these values(Just seen in a package which has been developed by some old collegues ,who already left the team).
How to calculate theses
OLEDB Destination Rowsperbatch and
MaximuminsertCommitSize
propertiesd value to get maximum Performance?