如何在SSIS中设置命令超时?
我有一个数据读取器源触发一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
右键单击 Datareader 源并单击编辑。
转到选项卡组件属性,然后在组自定义属性下有 CommandTimeout
Right Click on the Datareader source and click edit.
Go to Tab Component Properties and under Group Custom Properties has CommandTimeout
我看到有一个针对此问题的修补程序,我不知道它是否适用于您: 修补程序链接
I see there is a hotfix for this, I don't know if it applies to you or not: Hotfix link