如何在不安装 SQL Server 2008 客户端工具的情况下在构建计算机上引用 SSIS?

发布于 2024-07-10 12:24:28 字数 408 浏览 8 评论 0原文

我需要在构建计算机上构建 SSIS 包,并且不希望在此计算机上安装 SQL Server Management Studio 产生开销。 SQL Server 2008 SDK 是理想的选择,但我找不到下载它的位置。

我需要的 dll 是(例如):

  • Microsoft.SQLServer.ManagedDTS
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SQLServer.DTSRuntimeWrap

我可以尝试将它们单独复制到构建计算机,但我宁愿只使用 SDK如果可能的话。

我在哪里可以获得 SDK,或者有什么建议?

I need to build SSIS packages on a build machine, and do not want the overhead of installing SQL Server Management Studio on this machine. A SQL Server 2008 SDK would be ideal, but I could not find where to download it.

The dlls I require are (for example):

  • Microsoft.SQLServer.ManagedDTS
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SQLServer.DTSRuntimeWrap

I could attempt to copy them to the build machine individually, but I would rather just use an SDK if possible.

Where can I get the SDK, or alternatively, what suggestions are there?

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

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

发布评论

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

评论(3

明媚殇 2024-07-17 12:24:28

您可能可以手动复制相关内容并在 GAC 中注册,但客户端工具并不大,而且安装时间也不长,所以我不明白为什么它们会产生很大的开销?

据我所知,没有其他方法可以获取这些程序集。

You could probably manually copy things about and register then in the GAC, but the client tools are hardly huge, and don't take long to install, so I don't see why they are much of an overhead?

As far as I know there's no other way to get those assemblies.

半夏半凉 2024-07-17 12:24:28

我认为他正在尝试将 SSIS 包作为自动化持续构建过程的一部分来完成。 我的方法是在构建机器上安装 SQL Server 和 SSIS 的 Express 版本,使用 BIDS 帮助程序编写用于部署包的 cmd 行文件脚本,并使用 NANT 来使用此脚本。 希望这有帮助。

I think he is trying to accomplish SSIS packages as part of the automated continuous build process. The way i did it was to have an express edition of SQL Server and SSIS on the build machine, use BIDS helper to script the cmd line file for deploying the packages and use NANT to use this script. Hope this helped.

旧梦荧光笔 2024-07-17 12:24:28

我不了解 SQL 2008,但 SQL 2005 SSIS 包是在 Visual Studio 中开发的。

编辑:
当您运行客户端工具安装时,可以选择将这些内容添加到 VS.NET,可以取消选择“客户端工具”(结束编辑),

SSMS 可用于管理它们和管理。

您还想使用其他什么编辑器...?

I don't know about SQL 2008 but SQL 2005 SSIS packages are developed in Visual Studio.

Edited:
When you run install for client tools, it's an option to add the stuff to VS.NET, "Client tools" as such can be deselected (end edit)

SSMS can be used to manage them and administer.

What other editor did you want to use...?

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