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.
Solved! Go to Solution.
How is your connection to the database configured? Try using the SQL Server Bulk Connection.
Hi @CharlieS
Can you show me how to use the function? I got an error. Did I do anything wrong? Thanks.
After typing in the user name and password, I gave the name of my table to create. In the end, I still got below error.
Looking at your first image, you must first select a valid SQL Server Bulk Connection that is already configured on your computer:
To configure one of these connections, open the ODBC Administrator on your computer, add a new System DSN, and I suggest using the "Native Client" drivers. If you have questions about this step, your company IT professionals should have the necessary info to complete this process.