Hi we run 2017 standard. I'm looking at some tables whose non clustered (nc) indexes are definitely being utilized in the execution plan but there is no pk and no clustered index.
Does an nc index perform as well on a table that doesn't have a pk? Say in comparison with everything being equal except that the second table has a pk that is the clustered index?