安装 SSIS 包。有点困惑

发布于 2024-10-28 18:41:07 字数 319 浏览 2 评论 0原文

好吧——这可能是一个愚蠢的问题,但到底是什么?

我创建了一个包含配置和部署清单的 SSIS 包。当我将其复制到服务器并双击它时,包向导返回了一个错误 - 未安装集成服务 - 糟糕。

但是当我通过 SSMS 执行导出数据任务时,我注意到我可以将此任务保存为包。当我设置一个作业时,我注意到我实际上可以选择一个 SSIS 包来安排 - 即使没有安装 SSIS(!?!)这是否意味着我可以只指向我之前的包并安排它?

如果是这样,您是否只需要安装 Integration Services 即可在 SQL Server 中安装包 - 从文件系统运行它们就可以了?

干杯

Ok - this is probably a silly question but what the hell.

I've created a SSIS package with configuration and a deployment manifest. When I copied this over to the server and double clicked it, the Package Wizard returned an error - that Integration Services wasn't installed - bad.

But when I did an export data task via SSMS, I noticed I could save this task as a package. When I set up a job I noticed I could actually select an SSIS package to schedule - even though SSIS is not installed(!?!) Does this mean I could just point to my earlier package and schedule that?

If so, do you only need Integration Services installed in order to install packages within SQL Server - its fine to run them from the file system?

Cheers

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

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

发布评论

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

评论(1

笑叹一世浮沉 2024-11-04 18:41:07

这是一篇关于以编程方式执行包的不同方法的好文章:
http://blogs.msdn .com/b/michen/archive/2007/03/22/running-ssis-package-programmatically.aspx

Here is a good article on different ways to execute a package programmatically:
http://blogs.msdn.com/b/michen/archive/2007/03/22/running-ssis-package-programmatically.aspx

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