Free tools/libraries to compare tables with filtering for SQL Server 2008 and visualize/sync diffs t
- by MicMit
I am building certain GUI in C# for a content manager and looking for the tools or code snippets or open libraries ( code ideally in C# ) which allow me the following :
1. For table A in database X (test ) and table A in database Y (production) and for a simple filter ( e.g. listname = "XYZ" ) I need to show additions/deletions/updates in some…