Answers for "where to find job 0x.. in ddlevents"

SQL
0

where to find job 0x.. in ddlevents

-- by mzwarthoed in source

select * from msdb.dbo.sysjobs 
where job_id = Cast(Convert(binary(16), 0x5C0B2682FA10FE46983970CC3F0E2F68, 1) as uniqueidentifier)
Posted by: Guest on April-08-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language