S
sleepyant
Hi, I have 2 identical tables in each server that I need to compare and
update/insert accordingly using SQL.
For example, server A as a source and Server B as destination which both
have Table1. I need to compare records in Server A with those in Server B
and insert the records in Server B if not found, or update exisitng if found
but with different timestamp. In short, just like updating a remote database
so that both are identical. How can I achieve this?
Please help. Thanks.
update/insert accordingly using SQL.
For example, server A as a source and Server B as destination which both
have Table1. I need to compare records in Server A with those in Server B
and insert the records in Server B if not found, or update exisitng if found
but with different timestamp. In short, just like updating a remote database
so that both are identical. How can I achieve this?
Please help. Thanks.