About 74 results
Open links in new tab
  1. How can I compare the schema of two databases?

    Mar 14, 2015 · I once had to compare two production databases and find any schema differences between them. The only items of interest were tables that had been added or dropped and columns …

  2. Comparing schema by schema name in Visual Studio and SQL Server

    Perform schema comparision once, on the result page exclude all the unnecessary schemas and leave the ones that you want to compare. Later on save this comparison file (probably add to .gitignore …

  3. What is best tool to compare two SQL Server databases (schema and …

    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?

  4. database - Visual Studio Schema Compare for a DB project is very slow ...

    Sep 24, 2024 · Wow! So it looks like running SQL Server Developer edition for the source database and running Visual Studio Schema compare on the same machine has resolved the problem. I am not …

  5. sql server - Visual Studio Data Tools (SSDT) schema comparison tool ...

    Jun 8, 2021 · I recently started using the SSDT schema and data and comparison tools. For years I was using Red Gate's SQL Compare and SQL Data Compare, but I figured the VS tools are probably …

  6. Newest 'schema-compare' Questions - Stack Overflow

    Oct 17, 2024 · I am using Schema Compare feature in Visual Studio 2017 to compare a database with database project (.sqlproj). If I apply some changes to the project it also adds blank lines to some of …

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

    Oct 11, 2008 · Schema comparison tool just what I required, all the .sql files exist locally - it generates them as part of a 'project', so much faster than the old 'Generate scripts' tool in SQL Server …

  8. Visual Studio 2019 Schema Compare Crash - Stack Overflow

    Jul 20, 2021 · When I run the Visual Studio 2019 SQL Schema Compare tool, it correctly identifies the differences between 2 databases. Then whenever I try to "Update" or "Generate SQL" to update the …

  9. sql server - Schema compare - Unexpected exception caught during ...

    Schema compare - Unexpected exception caught during population of source model: Object reference not set to instance object Asked 7 years, 4 months ago Modified 2 years, 3 months ago Viewed 7k …

  10. Ignore grant only difference in schema compare - Stack Overflow

    Jul 13, 2015 · You need to disable "Permissions" in the Schema Compare Options as follows: Click the black gear icon at the top of the schema compare file. (See picture) On the Object Types tab find …