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.
我的源数据库每 15 分钟恢复一次。当我尝试从源数据库加载数据时,它把我踢了出去,因此我的包失败了。SSIS 中是否有等待源数据库连接返回并开始提取而不会使包失败?因为我的源数据库有 1.8 亿个数据,我需要从那里提取。
我正在使用 SSIS 2008
提前非常感谢!