Viewing 15 posts - 1 through 15 (of 25 total)
Hi Steve,
The production and take up of Hybrid vehicles is a step in the right direction. What amazes me is why here in the US do we overlook Diesel engines....
July 13, 2005 at 9:35 am
What size is the backup?
Is the data important in the backup file?
March 14, 2005 at 9:05 am
This exact command should work:
restore verifyonly from disk = 'f:\cp.bak'
March 14, 2005 at 8:38 am
RESTORE VERIFYONLY FROM [yourbackupfile]
Example:
RESTORE VERIFYONLY FROM e:\backups\pubs.bak
In Books online you can check further syntax, search for RESTORE VERIFYONLY.
Regards
Douglas
Imceda Software
March 14, 2005 at 8:15 am
Robocopy will be quicker.
The main issue is the blocksize in which the different products write their file chunks.
If you look at the perfmon counter: Average Disk Bytes/WRite or Read, and...
January 21, 2005 at 2:35 pm
We tried it with a 20GB Database, a few months ago, and I think it is still running now. We actually ran out of memory, and we were running 4GB.
December 14, 2004 at 6:29 am
I just performed a search on MSDN, and this article may help.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q163401
Regards
Douglas
August 19, 2004 at 8:49 am
A remote error is probably the likely cause, but don't discount a local issue.
The error you are seeing maybe an issue with local disk contention, so I would check local...
August 19, 2004 at 8:48 am
To Answer Julian's point about if part of the backup file gets corrupt then you are gone due to the use of compression.
The Approach we have taken at Imceda, is...
July 21, 2004 at 11:08 pm
Hi Dave,
There can be many torn bits in a database, this does not indicate a problem. You need to look at the data and see if any of the values...
July 21, 2004 at 1:19 am
Hi Dave,
You do have an interesting issue. I would certainly be concerned over the integrity of your data. The first thing is to preserve as much of your data as...
July 20, 2004 at 11:32 pm
Hi Sumit,
Try your verify only command as suggested. If the backup is corrupt, we do provide a service to recover the data, if the data is important to you.
If your...
July 20, 2004 at 11:00 pm
If you suspect it could be the same issue as the KB, then I would raise a call with MS.
July 20, 2004 at 9:17 am
Viewing 15 posts - 1 through 15 (of 25 total)