Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 SSIS 包中的 OLEDB 源上使用超时属性,我将超时属性设置为 60 秒,并且我知道我的源查询需要 1 小时才能完成。设置超时属性后,我执行了包,但包/OLEDB 源没有停止执行。
timeout 是一个连接属性...意味着,如果客户端无法通过 60 秒连接到服务器,则将引发错误