• The following should help

    SELECT jobs.name,

    jobs.enabled,

    SUSER_SNAME(jobs.owner_sid) as Owner

    FROM msdb.dbo.sysjobs as jobs

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉