I've a DB with multiple tables. A SSIS Package to be developed to move table data from src server to destination server.
I'm using script component as source and destination. How to create output columns in src dynamically like an array of output columns, rather than defining them beforehand.
Note: Pls don't suggest workarounds. I can do this using Import Export wizard/ Execute SQL Task.
Thanks.