I am trying to load a large data set into SQL sever. It is with 5 million records.
I find loading data into SQL sever is extremely slow with Output Tool. Loading data into a Excel sheet is much faster. But excel cannot hold so much records.
Is there any good way to do it except split the data?
Thank you.