Hi All,
I am trying to partion an existing table in our environment. The issue is it alredy has a clustred index on it. There are other tables that reference the prmary key. I was told that I had to drop the clustred index and then create it and in the ON clause I should give the Partition Scheme name. But I keep getting an error when I do this.
Column 'CreatedDate' is partitioning column of the index 'PK_tblBatchItemToProcess'. Partition columns for a unique index must be a subset of the index key.
I just dont understand what I am doing wrong.
Any idea would be grateful.
Regards