DanWallace
Registered User.
- Local time
- Today, 06:10
- Joined
- Dec 5, 2008
- Messages
- 40
Hi there,
I need to write some code that will compare two (hopefully) identical databases for differences.
The main thing I want it to focus on is comparing record count and columns. It needs to check to make sure the column names are the same in both databases respective tables and that the record count is the same. I would like it to be dynamic in that I don't reference tables or column names in the code itself.
Does anyone have any suggestions to get me started on this project? How do I reference column names, access separate databases, etc.?
Thank you!
I need to write some code that will compare two (hopefully) identical databases for differences.
The main thing I want it to focus on is comparing record count and columns. It needs to check to make sure the column names are the same in both databases respective tables and that the record count is the same. I would like it to be dynamic in that I don't reference tables or column names in the code itself.
Does anyone have any suggestions to get me started on this project? How do I reference column names, access separate databases, etc.?
Thank you!