Hi,
I want to import a CSV-file into SQL-Server. The column headers for the columns are on the first line. The file contains approx. 500000 records.
So far no problem....
But the columns can vary both in amount and composition.
So I need to dynamicly create a table based on the file and the import the records.
Can anyone help me as how to do this ??
Grtz,
Kalin
I want to import a CSV-file into SQL-Server. The column headers for the columns are on the first line. The file contains approx. 500000 records.
So far no problem....
But the columns can vary both in amount and composition.
So I need to dynamicly create a table based on the file and the import the records.
Can anyone help me as how to do this ??
Grtz,
Kalin