Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Compare feature missing in Visual Studio 2012?

I cannot find Data Compare in Visual Studio 2012. Schema compare is there.

Was it removed? Or is it hidden somewhere?

like image 407
AFD Avatar asked Sep 19 '11 11:09

AFD


People also ask

How do I compare two SQL databases in Visual Studio?

On the Tools menu, select SQL Server, and then click New Schema Comparison. Alternatively, right-click the TradeDev project in Solution Explorer, and select Schema Compare. The Schema Compare window opens, and Visual Studio automatically assigns it a name such as SqlSchemaCompare1 .

How do I compare in Visual Studio?

locate the required file in the Solution Explorer window, right-click it and choose Compare Selected File in the context menu; open the required file in Visual Studio, right-click the required document name in the document tab well and in the document's context menu select Compare Current File.

What is a schema compare?

Schema Compare allows you to compare and synchronize scripts folders.


1 Answers

Someone already opened up a ticket on Connect for this. The answer from Microsoft as of 3/13/2012 was that they have not yet implemented the feature in the new SQL Server Data Tools used by Visual Studio 11, but that they plan to add it in the future.

The work around is to use the VS 2010 data compare.

like image 195
Paul G Avatar answered Sep 19 '22 14:09

Paul G