If I have 2 Connections - A Source and a Destination - which both have the same table (Table1) and I want to transfer values from the Source.Table1 that aren't already in the Destination.Table1, how do I do that?
Something like:
select * from Source.Table1 where Source.Table1.PrimaryKey not in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.