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 包进行故障排除,并注意到在序列容器中没有优先约束。我如何预测任务将以什么顺序发生?目前,该软件包正在运行而没有失败。我可以预测任务的顺序吗?
这些任务将全部并行运行(直到我懒得查找公式的最大线程数)。假设线程数低于 10,我知道没有已发布的算法可以识别哪些任务将获得信号以按指定顺序开始处理。