My table logs the execution of SSIS packages with results as Skip, Run, and Complete. Ideally I should see two rows for each package, one for run and one for complete but in some cases I see run, run, and then complete which would indicate an error occurred and the package restarted . I want my query to count how many times each packages restarts.
↧