C
c_shah
Scenario: I have to update my SQL server table from an ORACLE database
to keep my SQL table in sync with ORACLE.
I have one data table that is populated form ORACLE and other one is
populating from SQL server (Both data tables are part of the same
dataset). How to programmatically compare two tables and update the SQL
server data table?
Thanks in advance.
to keep my SQL table in sync with ORACLE.
I have one data table that is populated form ORACLE and other one is
populating from SQL server (Both data tables are part of the same
dataset). How to programmatically compare two tables and update the SQL
server data table?
Thanks in advance.