简体   繁体   English

SSIS-验证阶段花费的时间太长

[英]SSIS - Validation phase is taking too long

I have an XML file and based on it I am looking to insert some information into my database. 我有一个XML文件,并基于此文件,我希望在数据库中插入一些信息。 But first I need to split each node from the XML, to a source destination in SSIS. 但是首先,我需要将每个节点从XML拆分到SSIS中的源目的地。 So far so good. 到现在为止还挺好。

When I tried to execute the steps to see if I haven't missed something, I noticed that the XML Source step is taking too long, way too long, for at least 20 minutes before asking for help here. 当我尝试执行步骤以查看是否没有遗漏任何东西时,我注意到XML Source步骤花费的时间太长,太长了,至少需要20分钟,然后才能在此处寻求帮助。 And each time I execute the package, a command prompt window pops up and quickly disappears. 每次执行该程序包时,都会弹出一个命令提示符窗口,然后迅速消失。

I added some print screen below: 我在下面添加了一些打印屏幕:

Package quick review: 套餐快速回顾:

Data flow task review: 数据流任务审查:

Progress review 进度审查

Does anyone know what might be the issue? 有谁知道可能是什么问题?

I've had this before with an export column transform. 我以前通过导出列转换来实现这一点。 It may be a visual studio issue. 这可能是视觉工作室的问题。 Try "Start without Debugging" ( Ctrl + F5 ), if it works fine there then it'll work once deployed. 尝试“无需调试即可启动”( Ctrl + F5 ),如果在该处工作正常,则一旦部署就可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM