C# .NET - Compare database table schemas in visual studio 2010
Asked By kiruba .e on 29-Apr-13 09:12 AM
Hi ,
I just want to compare the schemas of the two tables which is located in two different databases. How can i do this in visual studio 2010.
For example,
Table 1 -> located in DB1 &
Table 2 -> located in DB2. (both are same table in structure wise). How can i compare schema for these two tables.
Regards
Kiruba.E