Hi,
I have a table Customer having ID,ProductID,Type as the Unique Clustered index. Now, I need to partition the table based on only Type column. Is it possible to create the partitioned table and is there will be any performance impact due to difference in column between the main table and partioned table. Please suggest.
Thanks,
Saikat