Comments
3 comments
-
After the backups complete, SQL Backup will proceed with the deletion of expired log files, the deletion of old msdb entries, the mailing out of the output if the MAILTO option is used, and saving the log.
If you run sp_who2, can you see the connection status and if it's running, and if so, the command that's running? Was the log generated?
Does the backup complete if you run the command manually via Query Analyzer? -
The job finally completed - it took it about 2 hours and 30 minutes to finish after it finished the regular backups. That's a long time to delete some log files!
-
Do you have a lot of files in the log folders? sp_delete_backuphistory's performance could be better too, e.g.
http://sqlteam.com/forums/topic.asp?TOPIC_ID=36201
Add comment
Please sign in to leave a comment.
Ideas?