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 - 2005-09-12 : 07:41:36
|
ade writes "how can i repair a database with the following error" io bad page error....."" |
|
ryanston
Microsoft SQL Server Product Team
89 Posts |
Posted - 2005-09-12 : 09:24:29
|
This typically indicates hardware problems. look in the system event log for any hardware-related errors, and post the results of: DBCC CHECKDB ('your database') WITH NO_INOFMSGS, ALL_ERRORMSGS to this forum.Thanks,----------------------Ryan StonecipherDeveloper, Microsoft SQL Server Storage Engine, DBCC(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.) |
|
|
|
|
|