We have a excel which has some 10 columns like "Query", "table", "Columns" exc.. Among this columns, only query column has highest length of data. but in excel, the first row is showing a smallest length of data in query column so when execution of package, the length of the query automatically set to lowest length. because of that, during package execution, i am getting truncation error. If i want to sort out this issue, i need to manually bring the highest length column first but if i want to do this by package then how can i do?
Package - which has only one DFT where we have only one excel source and oldb destination.
Note: The target table has the column length of nvarchar(max) for all columns