Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
DBCC CHECKDB resulted in error
DBCC CHECKDB resulted in error
Rate Topic
Display Mode
Topic Options
Author
Message
Sqlsavy
Sqlsavy
Posted Tuesday, November 16, 2010 4:10 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 7:27 AM
Points: 194,
Visits: 632
Database 'xyz70' is on cluster... and DBCC CHECKDB resulted in error
CHECKDB found 0 allocation errors and 0 consistency errors in database 'wslog70'.
Msg 823, Level 24, State 2, Line 1
The operating system returned error 38(error not found) to SQL Server during a read at offset 0x00000267ed6000 in file 'G:\Data\xyz70.mdf:MSSQL_DBCC33'. Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
Any help ?
Post #1021354
Adiga
Adiga
Posted Tuesday, November 16, 2010 5:24 AM
SSCommitted
Group: General Forum Members
Last Login: Yesterday @ 5:05 AM
Points: 1,618,
Visits: 20,899
Looks like there is some issue with the Hidden Snapshot that SQL Server creates while running DBCC CHECKDB. Read Paul's article
here
To ensure that the database is clean, create a snapshot of the database and run DBCC CHECKDB against it.
Pradeep Adiga
Blog:
sqldbadiaries.com
Twitter:
@pradeepadiga
Post #1021398
Sqlsavy
Sqlsavy
Posted Wednesday, November 17, 2010 3:14 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 7:27 AM
Points: 194,
Visits: 632
thanks.
Any more advice ?
Cheers
Post #1022002
Adiga
Adiga
Posted Wednesday, November 17, 2010 3:41 AM
SSCommitted
Group: General Forum Members
Last Login: Yesterday @ 5:05 AM
Points: 1,618,
Visits: 20,899
You can also use the TABLOCK hint so that DBCC CHECKDB does not create internal snapshots. More details
here
Pradeep Adiga
Blog:
sqldbadiaries.com
Twitter:
@pradeepadiga
Post #1022026
GilaMonster
GilaMonster
Posted Wednesday, November 17, 2010 4:29 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 4:09 PM
Points: 37,721,
Visits: 29,975
Are you using diskeeper?
I suspect you're running into this issue. Please check what disk utilities you have installed.
http://blogs.msdn.com/b/psssql/archive/2010/01/08/dbcc-check-commands-encounter-problems-and-reports-errors.aspx
http://sqlblog.com/blogs/jonathan_kehayias/archive/2009/12/10/a-tale-of-checkdb-failures-cause-by-3rd-party-file-system-drivers.aspx
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #1022056
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.