Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用简单的更新查询访问表,但是它给了我这个错误:
错误:表 id 128716480 上的索引 id 3 不能用于优化查询,因为它是 >SUSPECT。请让 SA 在指定的表上运行 DBCC REINDEX。
运行 DBCC REINDEX 能解决问题吗?
是的。运行它将重建表索引。唯一可能不起作用的是您正在处理系统表/系统索引。