Tagged Questions
0
votes
1answer
1k views
Does index_id=0 in sys.indexes refer to the table itself?
Unfortunately the BOL is a little vague on this, but index_id = 0 on sys.indexes or sys.partitions appears to refer to the table itself where there is no clustered index on the table. True - or am I ...