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 |
|
paulatgis
Starting Member
1 Post |
Posted - 2003-02-13 : 11:46:47
|
| I am practicing restoring db on a 2nd identicalwin 2000 server, including highpoint raid on mb.I get errors with dbcc checkdb after restore, unlessI bypass, break, the raid array. Then I get noerrors and all works well. I only restoreuser databases.dbcc checkdb error is:Server: Msg 8928, Level 16, State 1, Line 1Object ID 357576312, index ID 0: Page (1:208294) could not be processed. See other errors for details.Server: Msg 8944, Level 16, State 1, Line 1Table error: Object ID 357576312, index ID 0, page (1:208294), row 129. Test (VarColOffsets + (int)(sizeof (class VarColOffset) * nVarCols) <= (nextRec - pRec)) failed. Values are 2608 and 63.Anyone experiencing similar results withthe highpoint 372 raid chip on shuttle ak35 motherboard? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-02-13 : 13:29:44
|
| If I were you I would contact the vendor of your raid array. This sounds like a hardware problem and not a problem associated with SQL Server. |
 |
|
|
|
|
|
|
|