We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您还没有看过,K. Scott Allen 关于数据库版本控制的简短系列文章提供了一些有用的指导和需要考虑的事项。它从这里开始。
至于具体工具的建议 - 除了实验之外,我没有使用过它,但你可以看看 Wizardby。
If you haven't seen it already, K. Scott Allen's short series of posts on database version control provides some useful pointers and things to consider. It starts here.
As for suggestions of specific tools - I haven't used it in anything other than an experimental capacity, but you could take a look at Wizardby.
您的应用程序代码是否使用现有的源代码控制系统?如果您使用 Subversion 或 Team Foundation Server,您可能会考虑将 SQL 源代码管理作为一个选项。它比 VS 数据库项目轻量得多,使开发人员可以轻松共享更改,并提供源代码控制的所有现有优势。
http://www.red-gate.com/products/SQL_Source_Control/
让我知道您是否有任何疑问!
Do you use an existing source control system for your application code? If you're using Subversion or Team Foundation Server, you might consider SQL Source Control as an option. It's much more lightweight than the VS Database Project and makes it easy for developers to share changes, as well as providing all the existing benefits of source control.
http://www.red-gate.com/products/SQL_Source_Control/
Let me know if you have any questions!