I want to partition a table that already has a number of indexes, clustered and non clustered.
Do i have to drop all indexes already on the table and create the indexes against the partition scheme?
If not, what are the reprocussions of having a partitioned table with non partitioned indexes?