Hi OldhandsI partitioned one of my tables . Into one schema with 9 filegroup. And finaly Drop Clustered index And Create Clustered on Partititon key . then drop and Create All Non-Clustered Indexes with this option : ON [Partitioning_SchemaLog]([RegDatetime])But when I run query which needs one of the non-clustered indexes, Sql server suggests in execution-plan (with green color) that this index is missed. But I have exactly that index. what is happening ?thank you
↧