You can create a clustered index on a partitioned table if:
The select into/bulkcopy/pllsort database option is set to true, and
There are as many worker threads available as the number of partitions.
Before creating a global index on a round-robin–partitioned
table, make sure the server is configured to run in parallel.
To speed recovery, dump the database after creating the clustered index.
See a system administrator or the database owner before creating a clustered index on a partitioned table.