sql-servervisual-studiovisual-studio-2013azure-sql-databaseschema-compare

SQL Server / SQL Azure Schema Compare


I'd like to compare schemas between SQL Server 2012 and SQL Azure, but I get this error in Visual Studio 2013:

A project which specifies SQL Server 2012 as the target platform cannot be published to SQL Azure.

enter image description here

Is it possible to compare these 2 database types?


Solution

  • There actually is a non-cumbersome method to overcome this problem. Just open up the schema compare options and make sure the "Allow incompatible platform" box is checked

    SQL Compare Options - General