Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Drop failed for jobs

    You delete manually from the tables using the below steps  for sql 2008 or above 
    1st. Find the job id from sysjobs table in msdb: 

             SELECT [job_id]
     ...

Viewing post 1 (of 1 total)