Hi,
I have large table with 75 columns and 1.1 billion rows. Want to know the fastest way to copy from one table(non partitioned) to another(partitioned) table.
Did anyone tried this. If yes, how long it took to load the data.
I tried SSIS package with multiple threads, select- insert in batches and OPTION MAXDOP. None of them is helpful.
So far select- insert in batches so far ok, but it is taking more than 2 days to copy. Any one know a better way to copy under 24 hours.
Also I have another table with 4billion rows.
Thanks
Shivaji