I am trying to find unique table values between two databases. These are SQL tables.
I have two databases that track similar data (Database #1 and Database #2) that have tables with the same name (Table)and they are supposed to have the same number of records with the same information. However, we have found that entries have been put into one table and not replicated to the other database. I am trying to get a list of entries that are in one table and not the other.
I was thinking the link between the two tables should be an outer join, but it doesn't seem to be pulling correctly.
Any ideas?
Thanks!
[sig][/sig]
I have two databases that track similar data (Database #1 and Database #2) that have tables with the same name (Table)and they are supposed to have the same number of records with the same information. However, we have found that entries have been put into one table and not replicated to the other database. I am trying to get a list of entries that are in one table and not the other.
I was thinking the link between the two tables should be an outer join, but it doesn't seem to be pulling correctly.
Any ideas?
Thanks!
[sig][/sig]