Hi All,
I have designed a SSIS package for loading the data from source table to destination table.While loading the data to destination I have to do some validations like data type mismatch,no null values in integer column,length of the column etc.., and need to send some user defined error descriptions to an error table.In this error table I need to capture the task name where the error has occured,row number of the error row, column name where there is an error.
Can anyone please confirm whether it is possible to perform user defined errors concept in SSIS package.
Please help me in creating this package as it is very important.
Regards, Praveen