I need to load a table that has 707 columns. I have an excel data source in SSIS that can't create a table that also has 707 columns. It stops creating a columns after the 258 column. Any Ideas how to create and load a table using SSIS that has 707 columns?
Asked
Active
Viewed 157 times
1 Answers
0
The answer seems to be you have to open Advanced Editor, Input and Output Properties Tab, Open Flat File Source Output, and begin manually assigning data types and column lengths that will match or be less than your source columns sizes. For some reason, I can't get the regular editor to automatically assign the correct values after the 258th column in my .CSV file. This is a painful solution, but it also the only one that I could find that works.