Write for Us
I have already written two articles regarding Data Dude (aka Visual Studio Team Edition for Database Professionals); one published as Schema Comparison with Data Dude and other published as Test Data Generation with Data Dude. This is my third article regarding Data Dude, and in this article I will illustrate the way of doing "Data Comparison" with Data Dude. Since both my previous articles provided an introduction to Data Dude, I decided not to add the same here. Let's see what "Data Compare" is. Data Compare allows us to make a comparison of data between two databases and update the target. Just like the "Schema Compare" operation, this requires a "source" and "target" too. On comparison, it allows us to see the differences and update the "target" as we want. We will perfrom a simple comparison and see how it can be used and how it is useful for us. The first step is, creating a database project. And we need two databases with the same schema for comparing data. Since I have covered the initial steps for creating the project model with my previous articles, I am not going to show them here again. Simply follow the steps below;
We need to set the source as the "AdventureWorks" database. If the drop-down contains the connection for the database, select it, or else make a new connection by clicking on the "New Connection" button and select it.
This allows us to select the objects we want to do the comparison of data on. If you want to exclude any object, expand "Tables" and de-select items you want to exclude. Click on the "Finish" button to start the operation. Next Page>>