I am not an MS-SQL user, but in all the other databases that I worked with, I never saw a way that would not include manually listing all columns, but with automatic addition.
insert into mytable (some, columns, but, not, the, id) select some, columns, but, not, the, id from mytable where id = someid
pilif
source share