SQL Backup Hangs
kathystroh
Posts: 2
We have several SQL Backup jobs, to back up our databases both full and differentials, as well as transaction logs. Several times, the jobs have hung. When this happens, the SQL Backup GUI does not show the job active, but SQL Agent does and there is a SQL process. The only way I have found to end the job is to restart the SQL Agent service. The only way I have found to end the process is to restart the SQL Service. Has anyone seen this issue before? Any ideas on how to fix it?
Comments
Could you please check if that file exists on your system? If it does, could you please send it to me (peter.yeoh@red-gate.com)? If the file does not exist, it may be because the SQL Backup Agent service startup account does not have rights to create the file in that folder. You can test this by manually creating the stack trace file by running the following command from Query Analyzer/Management Studio when connected to the SQL Server instance:
EXEC master..sqbutility 9997
If the file is not created, try granting read/write permissions on the abovementioned folder to the SQL Backup Agent service startup account.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8