SQL Server 2005 - Syncing development/production databases

后端 未结 6 1779
旧时难觅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:38

    I know this was answered ages ago but check out http://en.wikipedia.org/wiki/Microsoft_SQL_Server_Compare_Tools

    It shows a number of free and paid compare tools.
    For example a free tool listed is SQL Server Compare by Yes Soft http://www.yessoft.com/software/sqlservercompare/sqlservercompare.htm
    (source: yessoft.com)

    Information Provided on the site:
    -List of free tools
    -List of paid tools
    -Features of the tools: Compare, Generate Sync Script, Synchronize, Licensing

    Upside: 5 free tools are listed, 21 paid tools listed.
    Downside: It is wikipedia. And the links seems to point to wikipedia pages instead of the actual homepages but if you google you will find them.

提交回复
热议问题