Hi, i am loading 5 millions of records in a table which takes around 20 mins.
I have a stored proc which loads 5 millions of records in two tables which takes around 25 mins.
I have fastLoad in Oledb destination and access mode is set to open rowset using fastload but still you can see from the time its not performing well.
So wondering what are the other properties i should i have so that the the data load will be faster?
I am simply loading from OLEDB source to OLEDB destination.
---Just realised, there's something i can do dropping and creating constraints back on table.