Viewing 15 posts - 301 through 315 (of 994 total)
My guess is you've hit a known bug in 2000 SP4.
See my old blog post Why won't my log clear in SIMPLE recovery mode? SQL 2000 bug or very large...
November 23, 2009 at 2:21 pm
If this is the only error, then repair won't cause any data loss, as the image that it references isn't linked into the table.
Is this a database that you've recently...
November 17, 2009 at 2:10 pm
Look like you only lost two rows of table data. Restore your latest backup and checkout:
Page 1:18331 slot 85
Page 1:660206 slot 8
using DBCC PAGE. Looks like you've got some large...
November 13, 2009 at 12:41 pm
If you post the output from repair, I'll tell you what was deleted. You can then use the list of pages that were deleted to look in an older backup...
November 13, 2009 at 11:56 am
You'll lose clustered index (table) rows too - CHECKDB can't delete just the broken LOB data, it will delete the entire row.
November 13, 2009 at 10:32 am
Glad you enjoyed the video - that's a fun session!
Hmm - yup, you can't do single-page restore on a SIMPLE mode database. Best bet may be to select all the...
November 10, 2009 at 2:12 pm
ok, so it was the first value that is wrong - 50/50 chance until I saw the surrounding slots.
Yes - this is the direct cause of the error you posted....
November 10, 2009 at 1:28 pm
That's a critical system table that you can't repair and you can't rebuild the index to fix this. Something corrupted the cluster key in the table - from the pattern...
November 9, 2009 at 3:17 pm
You can make it go back as far as any still-existing LSN.
November 5, 2009 at 10:09 am
A log reader tool can't work without the actual database to get the table metadata, to make sense of what the log records describe.
Gail - the log file doesn't work...
November 5, 2009 at 9:32 am
See TechEd Demo: Creating, detaching, re-attaching, and fixing a suspect database for complete instructions.
November 4, 2009 at 9:00 am
No, nothing to do with having too many VLFs or the size of your transaction log - it's your I/O subsystem. You just threw away the log and made it...
October 28, 2009 at 12:27 pm
I've got to agree with you on this one. I joined the SQL team at MS in the late 90s at the height of the coolness, just after 7.0 shipped...
October 13, 2009 at 12:41 am
Viewing 15 posts - 301 through 315 (of 994 total)