Can a clustered index have included columns?
Can a clustered index have included columns? 2 Answers. The reason for this is that when you apply a clustered columnstore index to a table, SQL Server changes the physical storage of the table to columns. As such, all columns are included in the clustered columnstore index. What does include Read more…