Are the DBs on same server? Use a post load command on the target table.
Some thing like this -
Delete from table1 inner join table2 on table1.month = table2.month
Are the DBs on same server? Use a post load command on the target table.
Some thing like this -
Delete from table1 inner join table2 on table1.month = table2.month