Mi estimado, ante todo muchisimas gacias por responder, aqui tengo el siguiente error:
Explicit value must be specified for identity column in table 'my_table' either when IDENTITY_INSERT is set to ON or when a replication user is inserting into a NOT FOR REPLICATION identity column.
Mi query quedo asi:
Código SQL:
Ver originalSET IDENTITY_INSERT table_2 ON
INSERT INTO table_2 (campo1, campo2, campo3, campo4)
SELECT campo1, campo2, campo3, campo4 FROM table_1
SET IDENTITY_INSERT table_2 OFF
En ambos caso ignore los Ids.