Comments
3 comments
-
-
It could be the same except that with the other proble it did come back later. In this case it does not ever seem to come back or it is taking so long as to make it about the same thing.
I created another backup that was single threaded and added the verify option to it. This was started an hour or so after the original SQBHEADERONLY had started. The single threaded job completed the backup and verify and the SQBHEADERONLY was still running.
I finally killed the SQBHEADERONLY a few hours later.
At this point we have all our backups running single threaded as the risk of data loss is a little too high. -
Running RESTORE SQBHEADERONLY reads only the first 1024 bytes from the backup file. Could you pls send me that portion of the file? If you need a utility to do that, you can use this:
http://www.yohz.com/downloads/HeaderExtractor.zip
Add comment
Please sign in to leave a comment.
Example syntax:
master..sqlbackup N'-SQL "RESTORE SQBHEADERONLY FROM DISK = ''I:\MSSQL\Backup\FULL_XXXXXXXXXX_XXXXXXXXXXXXX _20070702_012728.sqb'' '
If I create a backup that is single threaded the command executes instantly. If I create a multiple threaded backup of a smaller database it also completes instantly.
Any idea what the problem could be?