Hi,
I am new to SSIS. My need is to validate data from SQL source and assign valid records in 1 table and invalid records into error table. My SQL source table name is dynamic. Is it possible to read dynamic input columns from this SQL source and pass to a script task. On for loop,will it fetch each column dynamically so that i have to perform validations against columns.
Kindly help.
I am new to SSIS. My need is to validate data from SQL source and assign valid records in 1 table and invalid records into error table. My SQL source table name is dynamic. Is it possible to read dynamic input columns from this SQL source and pass to a script task. On for loop,will it fetch each column dynamically so that i have to perform validations against columns.
Kindly help.