How to bulk insert 20 100mb CSV files into SQL Server?

You may choose a number of options 1. Use the DTS package 2. Try to produce one uniform CSV file, get the db table in sync with its columns and bulk insert it 3.

Bulk insert every file to its own table, and after that merge the tables into the target table.

I would recommend looking at the BCP program which comes with SQL Server and is intended to help with jobs just like this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions