I have requirement to create automatically columns in sql server table using ssis or sql.(you can suggest)
Scenario is like this,
In ODBC Source table I have 10 columns. Using SSIS transformations I am importing 10 columns data into my destination SQL server table.
On second day I have 12 columns in source.....(Here is the problem) Now I need 12 columns in destination also and number of columns always increment everyday.
How can I handle this using any tool or code ....Please suggest.
Thanks in advance ...