Comments
3 comments
-
From Query Analyzer on the server where the database resides I ran;
EXECUTE master..sqlbackup N'-SQL "BACKUP DATABASE [DataWarehouse] TO DISK = ''\\Themis\DataBackups2\Dev-DB\<AUTO>.sqb''WITH COMPRESSION = 1, NOWRITE, THREADCOUNT = 2"'
This created a file named DataWarehouse_db_20071024_134554.sqb.
I can not delete that file. -
I remoted into the server and I ran the aforementioned process from Query Analyzer on the server to get accurate timings. I closed all sessions and such from the server and logged off.
To fix the problem I remoted back into the server and restarted the SQL Backup Agent. After doing that I was able to delete the files. -
Thank you for reporting a bug. When running a backup using the NOWRITE and NOCOMPRESSWRITE options, a file should not have been generated. This currently occurs when the above options are used together with the THREADCOUNT option.
Presently, the workaround is as you described: restart the SQL Backup Agent service, and delete the files.
Add comment
Please sign in to leave a comment.
Larry Meklemburg
Cleveland, OH