简体   繁体   English

TFS数据库部署解决方案

[英]TFS Database deploy solution

We are trying to come up with a way for our SQL Dev's and DBA's to do all SQL work in MS SQL Management Studio, and work this into a build/deploy process in TFS. 我们正在尝试为SQL Dev和DBA提供一种在MS SQL Management Studio中完成所有SQL工作的方法,并将其用于TFS中的构建/部署过程。

I know RedGate has SQL Source Control, and that lets us keep changes in Management Studio, but how do we incorporate this into a reliable overall build/deploy release workflow? 我知道RedGate有SQL Source Control,这让我们可以在Management Studio中进行更改,但是我们如何将其整合到可靠的整体构建/部署版本工作流程中呢?

I don't want to make our SQL team use Visual Studio, their tool of choice is MSSMS. 我不想让我们的SQL团队使用Visual Studio,他们选择的工具是MSSMS。

Looking for some serious help and pointers here, but any help is great. 在这里寻找一些认真的帮助和指示,但任何帮助都很棒。

You'll need to use the SQL Compare Pro and SQL Data Compare Pro command lines to achieve this. 您需要使用SQL Compare Pro和SQL Data Compare Pro命令行来实现此目的。 An example of how these might be used as part of a build process can be found here: 可以在此处找到如何将这些用作构建过程的一部分的示例:

http://downloads.red-gate.com/HelpPDF/ContinuousIntegrationForDatabasesUsingRedGateSQLTools.pdf http://downloads.red-gate.com/HelpPDF/ContinuousIntegrationForDatabasesUsingRedGateSQLTools.pdf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM