Reputation: 492
Working on a data data accuracy project. I have to find a way to compare data from a query from a SQL Server db with the data from a query from a MS Access db. The data on both db's should be identical, but sometimes there are errors. I have looked at data comparison tools but these seem to only be able to compare data from identical db vendors.
Is there a process that someone has used in the past to do this or an idea on how I might best approach this?
Upvotes: 1
Views: 778
Reputation: 1018
Disclaimer: I am the developer of the CompareData app.
You can use ODBC-based CompareData app. The app is free for comparing data.
You create two ODBC data sources to connect to the databases and then you can compare the data of any two tables.
Upvotes: 0
Reputation: 11801
You can look at both data sets in Access, SQL, or Excel:
If you want to look at both data sets in Access, try this:
Upvotes: 2