No tables appear when trying to compare
rablack
Posts: 5
Hi,
I've just installed the trial version of data compare, but there seems to be something wrong. After giving my server information, when I go to the 'choose tables and views' page of the wizard, I get an empty grey box where I assume a table list should be.
I have tried clicking 'select all' in case it was a wierd graphical bug and the list was just not being displayed, but this does not help. Both servers are definitely up.
Anyone got any ideas?
Richard
I've just installed the trial version of data compare, but there seems to be something wrong. After giving my server information, when I go to the 'choose tables and views' page of the wizard, I get an empty grey box where I assume a table list should be.
I have tried clicking 'select all' in case it was a wierd graphical bug and the list was just not being displayed, but this does not help. Both servers are definitely up.
Anyone got any ideas?
Richard
This discussion has been closed.
Comments
This sounds quite a lot like our most common issue with Data Compare: the fact that it requires primary keys or unique indexes to work properly:
http://www.red-gate.com/messageboard/vi ... .php?t=545
Thanks for the quick response. Some tables do indeed lack primary keys, however, most do not. Do all tables in both databases need to have primary keys?
Yes -- or a unique index or unique constraint on the same column. This way, Data Compare can have a basis for matching rows of data together based on a unique row identifier.
No -- tables without primary keys will simply not show up in the list. The rest of them will appear in the list.
Also, be aware that tables with different ownership will not be eligible for data compare, and it also checks the name of the primary key or unique index column case-sensitively!