1

i have a package which runs for about 6 hours. I looked at it every once in a while, it was going well. In the morning i saw that every task was green and it said "Execution completed", but when i clicked on it to stop the process, i got this message - "cannot detach from one or more processes. Would you like to terminate them instead?" So i chose yes. The question is is it safe to continue with my work? Did the termination affect my DB somehow? Again, all the tasks where already completed. Will appreciate a quick response as i don't know whether to proceed or execute the package again.. thank you! I'm using SQL Server 2005 and visual studio 2005

4

2 回答 2

0

我也遇到了同样的问题,我已将缓冲区大小从 10000 增加到 100000 以解决该问题。请试试这个。

于 2013-04-03T15:26:15.330 回答
0

这看起来像是设计师的问题,而不是包装本身的问题,所以我想说你可以删除

快速提问,你在这么大的包裹上使用检查点吗?如果没有,我建议你使用它。如果你不知道它是什么,它基本上是一个允许你的包从故障点运行的功能。因此,如果您在 5:30 打包失败,您可以从最后一个检查点重新运行它,只需一个小时即可,而不是再次运行所有内容

于 2012-04-19T13:11:33.870 回答