About 980,000 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. 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 …

  3. 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 …

  4. Compare stored procedures across multiple databases (SQL Server)

    Jul 29, 2016 · SQL Gurus -- Our architecture consists of multiple customer databases to a common codebase. When we deploy database changes, the scripts must be run agianst each …

  5. Is there an open source SQL Server DB compare tool?

    Jun 16, 2014 · I'm working on an open source project that uses SQL Server 2005 as the data store. We need a DB compare tool to generate diff scripts to be able to upgrade a DB from …

  6. 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 …

  7. sql server - SQL Data Compare - Some tables missing - Stack …

    Jun 29, 2015 · 23 When doing a Data Compare using SQL Server Data Tools through VS 2013 pro, I have a scenario where some tables appear to be getting missed out. What I mean by …

  8. sql server 2008 - Compare two SQL databases - Stack Overflow

    0 Following are the three different ways that i have used to compare two SQL databases. 1). You can use visual studio to compare two databases as follows. Got to visual studio and click tools, …

  9. SQL Server Compare Schema in Visual Studio 2017

    Update the SQL Server Development Tools (SSDT) add-on for Visual Studio to a preview version that supports SQL Server on Linux. That download is available here. After both updates were …

  10. sql server - Initiate Compare Files feature of SSMS2012 - Stack …

    Apr 9, 2019 · SQL Server Management Studio 2012 has a toolbar called Compare Files. I have tried to select files in Solution Explorer explorer as suggested here, but have been unable to …