Hi,
we are having 3 miliions of records and we have to SSIS to insert these records into the destination system. Is there any way to split these 3 million records to insert parallelly with out using conditions on data (i.e i want to start from 1 to 50 lakhs and from next to 1 crore in another split and so on...so that i can achieve good performance) please give some ideas to achieve this