Viewing 15 posts - 16 through 30 (of 41 total)
That was it. This table is a heap.
Thanks for the help.
January 8, 2013 at 7:39 am
I verified the row counts using COUNT(*) and they match, as I would expect. However, the publisher has a much larger data size.
January 7, 2013 at 2:07 pm
What if I can catch it while its occurring? What query would show me while its occurring?
January 4, 2013 at 11:50 am
So then I should only have to set up maintenance on the primary and it will automatically be performed on the replicas too.
September 13, 2012 at 11:38 am
Nice script, but can't you get the same information in Management Studio just by listing a database's tables in the Object Explorer and sorting by space used?
September 5, 2012 at 2:06 pm
GilaMonster (6/8/2012)
CheckDB comes back clean after doing so?
Yep.
June 8, 2012 at 2:22 pm
So it turns out that the solution is going to be clearing out the bad block at the storage level via a Netapp tool. We've tested the process on...
June 8, 2012 at 2:00 pm
We did run CHECKDB on production and it did come back clean. On the Snap copy we made CHECKDSK was run and it found the bad block and marked...
June 5, 2012 at 7:24 am
We can try that, but we'll have to find a window to bring down production.
June 4, 2012 at 9:48 am
All of our testing has been on a snapshot backup. We're not trying anything in production.
June 4, 2012 at 7:59 am
Too late, the boss already fired off the SHRINK command. It completed successfully so we tried another BACKUP. Still fails at the same spot with the same error....
June 4, 2012 at 6:14 am
We did make a snapshot so that we could test it without risking production. The CHECKDB came back in 30 minutes completely clean. No errors or corruptions. ...
June 1, 2012 at 1:53 pm
Unfortunately is the native SQL back up that is failing.
June 1, 2012 at 6:59 am
GilaMonster (5/31/2012)
May 31, 2012 at 4:05 pm
Here's the error from the Backup:
BackupIoRequest::WaitForIoCompletion: read failure on backup device 'T:\Data\T2KAdmin.mdf'. Operating system error 23(Data error (cyclic redundancy check).).
We're going to be running a DBCC CHECKDB but it takes...
May 31, 2012 at 2:54 pm
Viewing 15 posts - 16 through 30 (of 41 total)