I have some 5,000 files from each CSV data that I need to import into SQL Server 2005.
It was just with DTS. I used to try to use SSIS, and it seemed about 10 times bigger, and I eventually gave up.
What would be the easiest way to import csv data into sql server? Ideally, a tool or method would also create a table, since there were about 150 fields in it, this would simplify things.
Sometimes there should be 1 or 2 rows with this data, which may need to be changed manually, since they are not imported correctly.
source
share