Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Input column in Script task

Status
Not open for further replies.

sugu.bala

Programmer
Dec 30, 2021
1
0
0
IN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top