I have a database which has a table with Patient Information. Another database has a table with the same information, but this table is constantly updated by users. Records changed, records added, records removed. I want to update the first database based on the second. I believe that I can...