如何在SSIS中设置命令超时?

发布于 2024-08-10 18:00:36 字数 93 浏览 3 评论 0原文

我有一个数据读取器源触发一些 sql,运行时间超过 30 秒,因此超时。我在数据读取器源组件或数据流任务上找不到命令超时属性。有没有办法在 SSIS 中设置更长的命令超时?

I have a datareader source firing some sql which takes longer than 30 seconds to run, so it's timing out. I can not find a command timeout property on the datareader source component, or the data flow task. Is there some way to set a longer command timeout in SSIS?

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

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

发布评论

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

评论(2

弱骨蛰伏 2024-08-17 18:00:36

右键单击 Datareader 源并单击编辑。
转到选项卡组件属性,然后在组自定义属性下有 CommandTimeout

Right Click on the Datareader source and click edit.
Go to Tab Component Properties and under Group Custom Properties has CommandTimeout

晚雾 2024-08-17 18:00:36

我看到有一个针对此问题的修补程序,我不知道它是否适用于您: 修补程序链接

I see there is a hotfix for this, I don't know if it applies to you or not: Hotfix link

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