Viewing 15 posts - 346 through 360 (of 994 total)
@Gail Yup - especially in Enterprise Edition. And yes, anything with write-access to SQL memory can cause this.
August 25, 2009 at 5:09 am
gery.baird (8/25/2009)
Nonsense.
August 25, 2009 at 5:08 am
Don't confuse this with an I/O error like 823/824. This error says that the page has a page checksum which was valid when the page was read into memory, but...
August 24, 2009 at 6:28 pm
Yup - you've got corruption in your 2000 database. Run DBCC CHECKDB (YourDB) WITH ALL_ERRORMSGS, NO_INFOMSGS and also run DBCC CHECKCATALOG (YourDB).
The upgrade step is failing with 601 - clearly...
August 24, 2009 at 7:16 am
You've hit a known bug that was just discovered last week. The SQL team is aware of it and it will be getting fixed soon.
Thanks
August 20, 2009 at 12:55 pm
Sorry - the expert took a while to read email 🙂
Why did you CHECKDB model?
Are you running queries using NOLOCK or read-uncommitted isolation level?
Can you post the T-SQL of the...
August 19, 2009 at 9:23 pm
@Sankar Well, kind of - BOL doesn't give the internals of much of SQL Server at all.
@rja.carnegie Just because it says restore from a backup doesn't mean you lose your...
August 18, 2009 at 12:24 pm
rja.carnegie (8/18/2009)
CHECKDB comes with the rather discouraging advice that you should address any errors by dropping the database and restoring from a good backup
No it doesn't - can you show...
August 18, 2009 at 9:58 am
ok - this isn't a good question. I wrote DBCC CHECKDB and I got the answer wrong. I guess it could be down to BOL stating that disabled indexes aren't...
August 18, 2009 at 9:55 am
Ok - this has now been proven to be a bug inside MS, with a simple repro. Alex - let me know if you want to push for a hotfix...
August 14, 2009 at 2:20 pm
Consensus (without proving it yet) is that this looks like a bug. Do you want to push for a hotfix if that turns out to be the case? If so...
August 14, 2009 at 10:04 am
How many entries are added to the temp table before the index rebuild? Are they added in index key order? Is there a noticeable difference in perf if the index...
August 14, 2009 at 9:06 am
Ok - I've started a thread with some folks from the Storage Engine, Query Processor, and Product Support. Will let you know what I find out.
Thanks!
August 14, 2009 at 8:13 am
ok - in that case if it only happens under load with concurrent executions of the SP, then I'd say it's definitely a bug. The index rebuild code is interacting...
August 14, 2009 at 7:56 am
Gail pinged me on this as I don't have alerts on this forum.
This looks like a SQL Server bug - the DBCC DBREINDEX creates a new set of allocations for...
August 14, 2009 at 6:00 am
Viewing 15 posts - 346 through 360 (of 994 total)