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 |
|
vicki
Posting Yak Master
117 Posts |
Posted - 2002-04-05 : 12:02:10
|
| Hi, I am using SQL 6.5. what is error mean to youServer]Could not find row in Sysindexes for dbid '35', object '1008006622',index '0'. Run DBCC CHECKTABLE on Sysindexes.?what do I need to do?Thanks |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-04-05 : 12:04:12
|
| Run the following:DBCC CHECKTABLE ('sysindexes')Perhaps? |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-04-05 : 12:42:54
|
| In addition, I would run dbcc checkdb. If errors are returned, I would consider calling into support. Corruption is relatively common in 6.5, and can seriously affect the reliability of your data.Corruption is Much, much, much less common in 7.0 and greater.-Chad |
 |
|
|
|
|
|