I want to achieve the output in 2nd table based on the input from the first table. I want to do this via a SSIS package.
Split comma separated string columns into several rows in SSIS?
320 views Asked by Siva Bommana At
1
I want to achieve the output in 2nd table based on the input from the first table. I want to do this via a SSIS package.
Assuming your source table have only a two element CSV, we could try a union approach here:
Demo