Here is what i need to accomplish, i need to extract the first row from a flat file and use its values to create a table with the columns from those extracted values.
So if the flat files first row has Test1, Test2,Test3
I need to create a table in the database with columns Test1, Test2,Test3.
This needs to be dynamic as the number of columns will always be different. Sometimes less sometimes more.
Any insight on how to do this would be really helpfull.
Thanks