C
cj
I've been asked to take thousands of excel files and import them into a
sql database. What's the best way to accomplish this? All the excel
files have the same structure and I can create a sql table with the same
structure. The excel files do have a header record. There are
approximately 30 fields/columns of varying types including dates and
boolean. approximately 50 records/rows per file.
sql database. What's the best way to accomplish this? All the excel
files have the same structure and I can create a sql table with the same
structure. The excel files do have a header record. There are
approximately 30 fields/columns of varying types including dates and
boolean. approximately 50 records/rows per file.