twistedsymphony
New member
- Local time
- Today, 14:04
- Joined
- Jun 4, 2009
- Messages
- 4
Here is my problem.
I've been tasked with migrating a system currently built on Access to SQL Server due to the application hitting Access' size limitations.
upon testing the application on the development machine I found that we are getting different results than the production machine.
There is a slight difference somewhere in the database between the two systems.
There are over 200 tables and the databases are close to 2GB in size each... worse yet most of the tables are poorly designed and do not have primary keys.
I need a painless and effective way to compare the data between the two tables record for record and determine where the data differs.
------------------
I've tried a half dozen software packages but they either end up crashing, not actually comparing the data (just structure), or not being able to compare the data between tables without a primary key (not useful to me).
writing queries one by one would take me months to get through the whole database.
Any suggestions for applications or scripts that can provide this kind of comparison functionality would be very useful.
I've been tasked with migrating a system currently built on Access to SQL Server due to the application hitting Access' size limitations.
upon testing the application on the development machine I found that we are getting different results than the production machine.
There is a slight difference somewhere in the database between the two systems.
There are over 200 tables and the databases are close to 2GB in size each... worse yet most of the tables are poorly designed and do not have primary keys.
I need a painless and effective way to compare the data between the two tables record for record and determine where the data differs.
------------------
I've tried a half dozen software packages but they either end up crashing, not actually comparing the data (just structure), or not being able to compare the data between tables without a primary key (not useful to me).
writing queries one by one would take me months to get through the whole database.
Any suggestions for applications or scripts that can provide this kind of comparison functionality would be very useful.