June 7, 2012 at 6:44 am
I have a large table with a few ntext columns.
When i try to do a simple select on the data, after about 3 mins i get this error:
Msg 7105, Level 22, State 11, Line 1
The Database ID Database ID, Page (N:N), slot N for LOB data type node does not exist. This is usually caused by transactions that can read uncommitted data on a data page. Run DBCC CHECKTABLE.
I have done a dbcc check table and it found nothing. I found reference to this issue in SQL 2005 but it was supposed to be fixed in SP2
Im not sure how to resolve this as it looks like a bug in sql. Anyone have any ideas on how i can read my data?
June 7, 2012 at 6:53 am
You're running in read uncommitted isolation level?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply