SQL 代理作业重试次数
SQL Agent Job retry attempts
我创建了一个 SQL 代理作业,其中一个步骤是调用 SSIS ETL 包。
在 SQL 服务器代理作业步骤中,我看到有 'retry attempts' 的设置。
我可以知道这是重新启动特定步骤的设置,还是从之前失败的地方继续处理的设置?
我关心的是 ETL 步骤。如果它失败了(由于某种原因),"retry attempt" 会从它之前失败的地方恢复,还是会重新开始整个 ETL 过程?
谢谢。
My concern is on the ETL step. If it failed (for some reason), will the "retry attempt" pick up where it failed previously or it start the whole ETL process again?
如果此步骤启动 ETL 过程,则重试此操作将重新启动整个 ETL 过程。
我创建了一个 SQL 代理作业,其中一个步骤是调用 SSIS ETL 包。 在 SQL 服务器代理作业步骤中,我看到有 'retry attempts' 的设置。
我可以知道这是重新启动特定步骤的设置,还是从之前失败的地方继续处理的设置?
我关心的是 ETL 步骤。如果它失败了(由于某种原因),"retry attempt" 会从它之前失败的地方恢复,还是会重新开始整个 ETL 过程?
谢谢。
My concern is on the ETL step. If it failed (for some reason), will the "retry attempt" pick up where it failed previously or it start the whole ETL process again?
如果此步骤启动 ETL 过程,则重试此操作将重新启动整个 ETL 过程。