Comments
Sort by recent activity
It would also be nice to see what verify issues have been resolved because my site has had some in the past and for that reason we include the VERIFYINTERVAL = 8 parameter.
Thanks
Chris / comments
It would also be nice to see what verify issues have been resolved because my site has had some in the past and for that reason we include the VERIFYINTERVAL = 8 parameter.
Thanks
Chris
Tom,
Any more details on the verify issues that were fixed?
Thanks
Chris / comments
Tom,
Any more details on the verify issues that were fixed?
Thanks
Chris
Did SB-4934 make it into 7.3? I don't see it listed.
Thanks
Chris / comments
Did SB-4934 make it into 7.3? I don't see it listed.
Thanks
Chris
Are you verifying the backup?
Chris / comments
Are you verifying the backup?
Chris
You might want to look at this KB http://support.microsoft.com/kb/926930
You didn't mention what version of SQL or O/S you were running?
HTH
Chris / comments
You might want to look at this KB http://support.microsoft.com/kb/926930
You didn't mention what version of SQL or O/S you were running?
HTH
Chris
Did the RECOVERY option work?
I am curious.
Chris / comments
Did the RECOVERY option work?
I am curious.
Chris
NORECOVERY means it is not available for use. You need to use RECOVERY.
Chris / comments
NORECOVERY means it is not available for use. You need to use RECOVERY.
Chris
Have you looked at the actual size of the files after the 'successfull' restore? In this case the files will be allocated and then filled by the backed up data.
I am sure something will be in the logs that show what has happened.
Chris / comments
Have you looked at the actual size of the files after the 'successfull' restore? In this case the files will be allocated and then filled by the backed up data.
I am sure something will be in the l...
Did you check this message out? Look for Error trying to Restore DB & Move files with NORECOVERY in this forum. It looks pretty similar.
HTH
Chris / comments
Did you check this message out? Look for Error trying to Restore DB & Move files with NORECOVERY in this forum. It looks pretty similar.
HTH
Chris
Glad you managed to get it to work. Since SQL2005 if you have either Full or Bulk-Logged recovery model you need to run a Tail-log backup unless you use SQLBackup to force over an existing database.
Chris / comments
Glad you managed to get it to work. Since SQL2005 if you have either Full or Bulk-Logged recovery model you need to run a Tail-log backup unless you use SQLBackup to force over an existing database...