下例对通过访问 sysindexes 获得的特定索引进行检查。 USE pubs DECLARE @indid int SELECT @indid = indid FROM sysindexes WHERE id = OBJECT_ID('authors') AND name = 'aunmind' DBCC CHECKTABLE ('authors', @indid) GO
22,298
社区成员
121,733
社区内容
加载中
试试用AI创作助手写篇文章吧