Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Indexes are not recognized After partitioning !!!!

$
0
0
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

Viewing all articles
Browse latest Browse all 6525

Trending Articles