We created a SSIS (2008) package that runs correctly when run interactively. When scheduled it also runs successfully, per the “View History”, under SSMS. But in fact, the scheduled package does NOT produce the results we expect .
Interactively SSIS supplies a “Progress Log” showing each step of the package execution. Is there a similar log for scheduled jobs (with the same level of detail)? Is so, where is it located?
TIA,
Barkingdog