SQL Server 2005 - Syncing development/production databases

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

    You can schedule jobs for back up and restore using SSMS. In my view, this is the simplest solution. The frequency of this job will depend on how dynamic is your schema/data.

    http://msdn.microsoft.com/en-us/library/ms177429.aspx

提交回复
热议问题