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 数据流任务中处理(我猜不是)。
如果没有,有什么办法可以处理这种情况。
只是一个上层的想法。
提前致谢。
使用事务。此外,如果可能的话,请事先在暂存表中进行所有清理/转换,并使最终数据流从暂存表到最终产品位置,无需其他步骤。你可以做你需要做的事情,并在数据转换时查看数据,以便在最终数据流在事务中回滚时研究问题。