我可以在不安装 Visual Studio 或 VSTSDB 的情况下进行数据库部署吗?

发布于 2024-10-06 12:39:01 字数 234 浏览 5 评论 0原文

在设置 TFS 2010 构建机器时,我们试图避免安装 Visual Studio (2005/2008/2010)。对于大多数构建,只需安装必要的 SDK 就可以让我们在不使用 Visual Studio 的情况下获得良好的构建。

但是,使用 VSTSDB(面向专业人士的 Visual Studio Team System 数据库),我无法确定可以安装哪些 SDK(如果有),而不是在构建计算机上安装 VSTSDB。有这样的SDK吗?

In setting up our TFS 2010 build machine we are trying to avoid installing Visual Studio (2005/2008/2010). For most builds just installing the necessary SDK has allowed us to get good builds w/o visual studio.

However, with VSTSDB (Visual Studio Team System Database for professionals) I'm unable to identify what (if any) SDK is available to be installed rather than installing VSTSDB on the build machine. Does such an SDK exist?

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

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

发布评论

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

评论(2

风铃鹿 2024-10-13 12:39:01

TFS 2010 构建服务可以构建开箱即用的数据库项目。它不需要任何额外的组件。

The TFS 2010 Build Service can build Database Projects out-of-the-box. It doesn't require any additional components.

九局 2024-10-13 12:39:01

从命令行部署数据库项目的另一种方法是使用 VSDBCMD 实用程序。

安装过程就像将一些二进制文件复制到构建计算机上一样简单。
这无需安装 Visual Studio 或 TFS。

这非常方便,您可能会在未安装 Team Foundation Server 的计算机上进行手动/临时安装。

微软也推荐这个,请参阅:
如何:使用 VSDBCMD.EXE 从命令提示符准备部署数据库

注意:
请务必阅读标题为“64 位操作系统的特殊要求”的部分,因为您需要安装正确版本的 SQL Server CE 才能正常工作。

Another way to deploy a database project from the command line, is to use the VSDBCMD utility.

The install process is as simple copying some binaries onto your build machine.
This negates having to install Visual Studio or TFS.

This comes in very handy, where you might be doing manual/adhoc installs on machines where team foundation server isn't installed.

Microsoft recommend this too, see:
How to: Prepare a Database for Deployment From a Command Prompt by Using VSDBCMD.EXE

Note:
Ensure you read the section titled Special Requirements for 64-bit Operating Systems, as you will need to install the correct versions of SQL Server CE for this to work correctly.

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