当前位置: 代码迷 >> Sql Server >> The index entry for row ID was not found in index ID 6, of table 1646628909, in database 'mydatabase'.该如何处理
  详细解决方案

The index entry for row ID was not found in index ID 6, of table 1646628909, in database 'mydatabase'.该如何处理

热度:266   发布时间:2016-04-27 15:50:44.0
The index entry for row ID was not found in index ID 6, of table 1646628909, in database 'mydatabase'.
我在数据库里建了一个作业,但最近查看发现作业运行有错误,查看WINDOWS应用程序错误发现有如下信息。
  The   index   entry   for   row   ID     was   not   found   in   index   ID   6,   of   table   1646628909,   in   database   'mydatabase '.
错误:   8646,严重度:   21,状态:   1
  行   ID     的索引条目在索引   ID   6(属于表   1646628909,数据库   'dzsc_com ')中没有找到。

请问要怎么解决?数据库为sqlserver2000   sp4

------解决方案--------------------
DBCC CHECKTABLE
------解决方案--------------------
用DBCC检查一下整个数据库,系统表有没有损坏?
  相关解决方案