B
bernies
Hi,
I have two databases on two different servers and I want to make sure
the contents of the table on one server is the same as the other.
I have read the two tables into a single dataset. I was then hoping to
do a left join between the two DataTables to show the records added to
one table that don't exist in the other. Then I would send only the
rows that needed to be added back to one of the servers.
I don't think I can use a Datarelation because they seem to only
support inner joins.
Is there another way? Thanks in advance.
I have two databases on two different servers and I want to make sure
the contents of the table on one server is the same as the other.
I have read the two tables into a single dataset. I was then hoping to
do a left join between the two DataTables to show the records added to
one table that don't exist in the other. Then I would send only the
rows that needed to be added back to one of the servers.
I don't think I can use a Datarelation because they seem to only
support inner joins.
Is there another way? Thanks in advance.