Options

Stopping a backup either in progress or while queued

There is no way to either remove a backup job from the queue, or to kill a backup job while it is in progress.  You may be able to kill the SPID in SSMS, but how do you tell which SPID to kill when you are running several backups in parallel?
You can restart the backup Service, but this kills all of the backups without any tidying up.
It is possible to identify the threads running in a multi-threaded service, it should be possible to interrupt the thread, stop the write operation and pass it to the clean-up routine to handle this cleanly.
It would be nice to have a context menu available from the In Progress form, but a simple button, that took the backup process in focus would be fine.

Answers

Sign In or Register to comment.