Is there a reason that a non-unique, non-clustered index would have 0 corresponding records in the sys.partitions view? There is a CI on the same table and there is a record for it in the view. My understanding is that any NCI should have at least one record in sys.partitions. Thanks.

有帮助吗?

解决方案

A disabled index has no storage.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top