Hi, in BOL, only manage to get the way using Management Studio to enable disable SQL agent job, would like to check what is the transact SQL for Agent job enable + disable. Thank.
select * from msdb..sysjobs and see the option enabled. If its 1 then enabled = true else false for 0.