• Right click on the job and do a Generate SQL Script. CLick the Preview button and look at the line for:

    --Add the job

    and take a look at the variable @description. It should state the package name that the job is executing, like this:

    @description = N'Execute package: XXX'