是否有任何工具可以在 Microsoft SQL Server (MSSQL) 上进行迁移(la Ruby)?

发布于 2024-07-13 21:05:37 字数 162 浏览 2 评论 0原文

是否有任何工具或“最佳实践”可用于在 MSSQL 上创建迁移? 我有一个开发& 生产数据库和开发数据库经常创建新的存储过程,并且偶尔会添加结构。 我希望能够在每次迭代期间编写一组脚本来更新开发服务器,然后在发布时执行所有脚本来更新生产。 在红宝石中,我可以通过迁移来做到这一点 - 有等效的吗?

Are there any tools, or 'best practices' for creating Migrations on MSSQL? I have a Dev & Production database, and the Dev one often has new SPROCs created, and occasionally the structure is added to. I'd like to be able to write a set of scripts during each iteration which will update the Dev server, then execute all the scripts at release time to update Production. In ruby I can do this with migrations - is there an equivalent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

聚集的泪 2024-07-20 21:05:37

在 Red Gate,我们现在拥有一个使用 SQL Compare 和 SQL Source Control 的迁移解决方案。

http://www.red-gate.com/MessageBoard/viewtopic.php ?t=14107

目前它是抢先体验版本,将于今年年底发布,因此我们渴望获得尽可能多的反馈。

Here at Red Gate we've now got a migrations solution that uses SQL Compare and SQL Source Control.

http://www.red-gate.com/MessageBoard/viewtopic.php?t=14107

It's currently an early access build, due out by the end of the year, so we're keen to get as much feedback as possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文