Sql Server 2005 Database Tables - Row Comparison Column By Column.
- by Goober
Scenario
I have an TWO datbase tables of exactly the SAME STRUCTURE. The difference between these tables is that one contains data populated by one application and the other is populated by a different application. Each application is trying to produce the same result, but using two different methods of implementation.
Proposed Idea
What I want…