Insert into Accounts(Jd, xID)
Output Inserted.ID
Select Jd, xID from Temp where Jdx = 80
This output lists all the PKs of the newly inserted rows. Is there a way I could generate a new table using "Select Into" using the output as a column? I've tried a few ways with no success.