Hi.
I created a partitioned table and now like to add a clustered index that includes the partitioning column (like it is noted as requirement for this). The index storage setting was set automatically to the partitioning function I used for the table. But now the execution plan does show a clustered index scan instead of the heap scan. Is this correct? I expected a heap scan with a clustered scan below or something like this.
Thanks,
Nils