SQL Server 2005 - Syncing development/production databases

后端 未结 6 1748
旧时难觅i
旧时难觅i 2021-01-06 09:48

I\'ve got a rather large SQL Server 2005 database that is under constant development. Every so often, I either get a new developer or need to deploy wide-scale schema change

6条回答
  •  再見小時候
    2021-01-06 10:43

    I suggest using RedGate's tools (this is not advertisment, but real life experience with them) that can deploy schema changes and/or data:

    • SQL Compare for schema changes
    • SQL Data Compare for data changes

    I used these tools in the past (others as well) and they really helped with development staging process. These tools aren't free but their price is more than acceptable for any development team.

    Check RedGate web site

提交回复
热议问题