• 0

Database comparison software


Question

Hi!

Do you guys know any software/web app that allows you to generate reports stating differences between two tables?

I found comparezilla, but all it does is checks rows from top to bottom and see if they are the same ... eg:

Table 1

1. A

2. B

3. C

Table 2

1. A

2. B

5. E

all it would detect is that the third row is different ... not that rows 3 & 4 are missing from table 2.

Any ideas?

Newton

Link to comment
https://www.neowin.net/forum/topic/799824-database-comparison-software/
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Rows are missing? The rows are not missing and I think you need to look at how you perceive database tables.

They are only row 1,2,3 in the way you have sorted them. They are not always given in that way. This is why an ID field is useful.

Anyhow, how large are your tables?

  • 0

Are we using MS SQL?

200 is very very small. OK, there's a few ways to accomplish this, but I don't have an SQL instance to hand...

How about you create a left join on the IDs, then use WHERE statements to see what doesn't match?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.