SQL ReferenceSQL StatementsDDLAlterPAUSE-JOBOn this pagePAUSE-JOBPAUSE-JOBβNameβPAUSE 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, JOBBest Practiceβ