053453

What is the danger associated with stopping a running job by using the STOP_JOB procedure?
A. The job will need to be reenabled before it will execute again.
B. The job may hold locks on objects referenced within it.
C. All jobs within the job group will also be stopped.
D. The job may leave data in an inconsistent state.
E. There is no danger in using the STOP_JOB procedure.

  The Scheduler will attempt to wrap the job within a transaction and will execute a rollback if a job is stopped.However,if the job has perfoemed commits,the rollback will roll back only uncommitted changes.This could result in inconsistent data.

原文地址:https://www.cnblogs.com/Babylon/p/7833618.html