UNION would be the best way.
You could create your second table first then insert 120 times your data, changing the column in a loop. Do this with dynamic SQL.
UNION would be the best way.
You could create your second table first then insert 120 times your data, changing the column in a loop. Do this with dynamic SQL.