Ver originalINSERT INTO............................SELECT * FROM tabla1 t1 WHERE NOT EXISTS (SELECT * FROM base2.dbo.tabla2 t2 WHERE t2.id = t1.id)