ReferenceSQL StatementsJobPAUSE JOBOn this pagePAUSE JOBDescriptionβ User suspends a JOB. A stopped job can be resumed with RESUME JOB. PAUSE JOB where jobName = 'job_name'; Exampleβ Pause the job named test1. PAUSE JOB where jobName = 'test1'; Keywordsβ PAUSE, JOB Best Practiceβ