insert into new database.dbo.table_name select * from old database.dbo.table_name where old database.dbo.table.Primary Key not in (select new database.dbo.table.Primary Key from new database.dbo.table)
Comment