Jobs Deadlocked

  • How do I take this and figure out what the job was? (from the deadlocked report in SQL Sentry)

    SQLAgent - TSQL JobStep (Job 0x5FABFDB18CA34A4C83D6CFB5CE6751AD : Step 3)

  • It is the job_id:

    select * from msdb..sysjobs where job_id = 0x5FABFDB18CA34A4C83D6CFB5CE6751AD

    -- Gianluca Sartori

  • Ok thanks.. got misled by it stating job step.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply