Hi,
I have a ssis package in which i am loading data from flat file to Staging table. I am redirecting error rows (datatype mismatch/Truncation) to another table but with SSIS i can just have Error description or error rows , lineage ID. How can i find the actual Column name whose got truncated or datatype mismatch.
i have read no. of articles to read lineage id and then column name in scripts but didnt find a single easy and useful code in VB.net.. VB is standard in our project so can anyone help me with VB script????
Will highly appreciate...i am using 2012