SSIS 继续第 12 步中的复杂数据流

发布于 2024-11-18 15:24:03 字数 165 浏览 0 评论 0原文

我有一个复杂的任务流程,通常会创建从 Prod 到本地 DW 服务器的数据仓库内容,然后将其副本复制到异地位置。

最近我们一直无法将副本复制到异地。当然,我们搬迁了办公室,并且这些生产线正在按预期运行。在那之前,我如何运行步骤 12->20 并跳过所有第一个本地步骤?

TIA

I have a complex Task flow that in general creates data warehouse content from Prod to a local DW server and then a copy of that to an offsite location.

Lately we keep failing in the copy to offsite. Sure we moved offices and are getting these lines operation as expected. Till then how do I get to run steps 12->20 and skip all of the first local steps?

TIA

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

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

发布评论

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

评论(1

稀香 2024-11-25 15:24:03

将步骤分解为单独的包并在代理作业中的单独步骤中调用它们可能是有意义的。您可以立即禁用步骤 1-11,然后运行该包

It might make sense to to break steps out in seperate packages and invoke them in seperate steps perhaps in an agent job. In the immediate you can disable the steps 1-11 and then run the package

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