I have some questions about importing data from Excel/CSV File into SQL Server. Let me first explain the overall scenario.
We receive data from multiple sources and in either Excel/CSV format. This data is to be imported into SQ Server into a table. Because we receive the data from multiple sources we have a requirement to map the columns in the Excel files to the columns in our SQL Server table.
I understand that either DTS or the Import / Export wizard is the way to import this data if we were to do this import manually. But I have the following questions
Are there alternatives available to DTS/Import export wizard?
If I were to write an application for importing data what are the .net framework classes that I would or could use? For some reason I don't want to use or build a SQL script within the application. What would be the best way of going about doing this?
Is there any way we can reduce the effort involved in mapping data?
Any suggestions, help would be most welcome
Regards
Romi