Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2007-01-04 : 09:44:29
|
anuraghavi writes "I/O error (bad page ID) detected during read of BUF pointer = 0x114dcc80, page ptr = 0x22684000, pageid = (0x1:0xbb), dbid = 9, status = 0x801, file = C:\MSSQL7\data\TheCaveOsu_06_Data.mdf.." |
|
MuadDBA
628 Posts |
Posted - 2007-01-04 : 09:48:49
|
Looks like you have a bad page or something. DBCC CheckDB will tell you if you can repair it without losing any data. |
 |
|
|
|
|