Share via

changes from dev to prod

NeophyteSQL 241 Reputation points
2020-10-05T14:50:31.853+00:00

in the past I had used sql compare to compare changes between dev and prod to propagate changes.

what are the best ways to propogate sql changes latest version from dev to prod

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

2 answers

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,676 Reputation points
    2020-10-06T06:17:13.613+00:00

    Hi NeophyteSQL,

    SQL Server Data Tools for Visual Studio enables you to analyze and compare database schema and data and apply changes on the target database or to generate T-SQL scripts to run later.
    https://dbmstools.com/categories/schema-compare-tools/sqlserver

    https://dba.stackexchange.com/questions/80142/deploying-sql-server-database-changes-from-test-to-production-server


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Guoxiong 8,221 Reputation points
    2020-10-05T15:10:26.197+00:00

    I think one of the tools to compare two database definitions is the Schema Compare utility in the SQL Server Data Tools (SSDT). Take a look at "How to: Use Schema Compare to Compare Different Database Definitions".

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.