I have a table with a clustered composite primary key and a computed column. I want to partition on the computed column. Since computed column is not part of the composite primary key ( therefore not part of the unique index) I am running into difficulties.
How do I partition on computed column in such a situation ?