create a table to set all the new IDs.
then make a loop for all the insert.
inside the loop make the insert you want with SCOPE_IDENTITY().
after the insert get the new ID and insert it into the new table you created for.
in the end select * from [newTable].