Hi,
I have to create a tool to load data from input file into SQL server. Input file is dynamic and data type of the column is unknown. Dynamic input file means, number of column,column data type, length of the column might chnange. Also, I do not have a static target table. I need to create table if the input file header does not match with existing table column name.
Could you please suggest if I should use SSIS to achieve this? Do you have any better solution?
Thank you