Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT * FROM server1.database1.dbo.table1 AS t1
WHERE NOT EXISTS(SELECT *
FROM server2.datbase2.table2 AS t1
WHERE t1.KeyColumn1 = t2.KeyColumn1
AND t1.KeyColumn2 = t2.KeyColumn2)