Thanks for looking, this is probably a simple question.
I have a table, tableA with three columns: tableID, id_1, and id_2
In each row, either id_1 or id_2 is populated with an integer. I want to go through each row and set the tableID to either id_1 or id_2, whichever is not null.
I'm doing this in SSIS with a small dataset, probably less than 20 records. Any help is appreciated.