Viewing 15 posts - 451 through 465 (of 994 total)
GilaMonster (4/28/2009)
Should be enough time.
That would be my gut feel too, but no way to tell. With lots of NC index corruption or a really crappy IO subsystem, or an...
April 28, 2009 at 7:19 pm
Ha - CHECKDB From Every Angle: How long will CHECKDB take to run?
CHECKDB will tell you the option to use - most likely REPAIR_ALLOW_DATA_LOSS.
April 27, 2009 at 6:37 am
Run DBCC CHECKDB - it's the only thing that will tell you how corrupt your database is. And start taking backups - so you don't lose data when corruption occurs,...
April 27, 2009 at 6:26 am
There's no easy way to find which page has a certain row on it. You can look with DBCC IND to see all pages allocated to a table, or in...
April 27, 2009 at 6:22 am
From what I've seen, that should do it - hopefully!
April 23, 2009 at 8:54 am
GilaMonster (4/21/2009)
I think I'm going to consult an expert on this one.
Gail asked me to chime in. There are two options here:
1) the page that was identified as corrupt is...
April 21, 2009 at 6:04 pm
And of course, you could restore from your backups. Do you have backups?
April 20, 2009 at 6:01 pm
Gail asked me to comment on this.
Yup - you've got corruption. On 2005 there's a documented way to check for this - DBCC CHECKDB ... WITH DATA_PURITY, but there's no...
April 20, 2009 at 6:00 pm
She should be able to reinstall the resource database from the install media - it's a non-changing database.
Thanks
April 16, 2009 at 12:17 am
SP3 will also resolve the problem and fix a whole bunch of other bugs. As with any upgrade, make sure you test it before putting it into production - just...
April 13, 2009 at 12:17 pm
Btw - REPAIR_FAST doesn't do anything in SQL 2005 onwards. I removed the code when I rewrote DBCC CHECKDB and left the option in for backwards compatibility reasons.
April 13, 2009 at 11:49 am
No - never run repair without first getting the list of corruptions and deciding on a course of action to take.
April 13, 2009 at 11:48 am
Ok - first problems is that you're running vanilla SP2, which has a bunch of bugs in maintenance plans. From the output you've sent, you're hitting the one where it...
April 13, 2009 at 11:46 am
Viewing 15 posts - 451 through 465 (of 994 total)