About 76,600 results
Open links in new tab
  1. What is best tool to compare two SQL Server databases (schema …

    Dec 4, 2015 · I would like to compare two SQL Server databases including schema (table structure) and data in tables too. What is best tool to do this?

  2. sql server - How can I compare the schema of two databases?

    Mar 14, 2015 · I'm a fan of SQL DBDiff, which is an open source tool you can use to compare tables, views, functions, users, etc. of two instances of SQL Server databases and generate a …

  3. What is a free tool to compare two SQL Server Databases?

    Oct 11, 2008 · Also check out our SQL Schema Compare and SQL Data Compare tools which are free for SQL Server Express, no strings attached.

  4. sql server - Schema compare - Unexpected exception caught …

    Schema compare - Unexpected exception caught during population of source model: Object reference not set to instance object Asked 7 years, 1 month ago Modified 1 year, 11 months …

  5. Command-line/API for Schema Compare in SSDT SQL Server …

    In Visual Studio 2012, we have Schema Compare in SSDT 's SQL Server Database Project (DbProject) project which helps Compare source versus target Update target to make it the …

  6. Compare structures of two databases? - Stack Overflow

    I wanted to ask whether it is possible to compare the complete database structure of two huge databases. We have two databases, the one is a development database, the other a …

  7. sql server - SQL Schema Comparison Error "Target is unavailable ...

    Go to Tools -> SQL Server -> New Schema Comparison... Select a source and target connection For at least one connection, use SQL Server Authentication but don't select Remember …

  8. Unable to compare database schema in Visual Studio 2022 due to ...

    Apr 18, 2023 · I recently got a new laptop and installed Visual Studio 2022 on it. I am trying to compare schema for an SQL Server database project in my solution, but every time I try to …

  9. sql server - Visual Studio schema compare can't find generated …

    Jun 22, 2018 · I am performing SQL Server schema comparison using Visual Studio 2017. I am pressing on "Generate script" button of Schema Compare utility and see the message "Update …

  10. How to compare two SQL Server databases? - Stack Overflow

    Sep 30, 2023 · There are several tools available: Visual Studio has SQL Server Data Tools (SSDT). Which has Schema Compare. It is quite good. I have used it for many years. You can …