Top "Schema-compare" questions

Tooling to compare a database-schema between databases, a live-database and a backup, or a database and a saved schema-definition.

How to compare data between two databases in PostgreSQL?

Is it possible to compare two databases with identical structure? Let say that I have two databases DB1 and DB2 …

postgresql schema-compare
Can't update with schema compare

Up until today, I was able to use the Schema Compare feature in Visual Studio 2012 to update a database from …

sql-server visual-studio-2012 schema-compare
SQL Server Compare Schema in Visual Studio 2017

I am attempting to compare schemas of two databases on the same server. The two databases are named benchmarkdb and …

sql-server database-schema visual-studio-2017 schema-compare
What causes "SQL01268: Msg 1834: cannot be overwritten. It is being used by database"? (in Database Project)

Full error below: Error 1 SQL01268: .Net SqlClient Data Provider: Msg 1834, Level 16, State 1, Line 1 The file 'C:\Program Files\Microsoft SQL …

sql-server visual-studio visual-studio-2010 sql-server-express schema-compare
Visual Studio schema compare can't find generated script

I am performing SQL Server schema comparison using Visual Studio 2017. I am pressing on "Generate script" button of Schema Compare …

sql-server visual-studio schema sql-server-data-tools schema-compare
How to ignore data loss warning while schema comparison?

While trying to update the database in SQL Schema Comparison in Visual Studio, I am getting the below error. (48,1): SQL72014: .…

asp.net sql-server visual-studio-2012 schema-compare
Generate Script button is disabled in visual studio after schema comparison

I would like to create a delta script from the database and my database project. The database as source and …

visual-studio-2017 database-project schema-compare
How to save SQL Schema Compare options in VS 2012?

VS 2010 had a way to save Schema Compare options so that they will be applied to all schema compares. VS 2012 …

visual-studio visual-studio-2012 schema-compare