Hi,
Is there a way to apply business logic and field conversion to a SSIS script? For instance, we'd like to do the following:
Open source tableDo until EOF
Read record
Apply new business logic and field conversion rules
Insert record into destination table
Loop
GAD Group