I got stuck with the following problem:
I have 2 databases. MS SQL an a local network server and MySQL on a remote server.
I’m synchronizing 2 tables. Now I want to check if records of the local table exists in the remote table.
On the same database I would do it with a LEFT JOIN with the condition of NULL.
How would I do this with 2 tables of 2 different databases?
This is what I have:
Community Page
Last updated:
Last updated: