Is there any way to change a non-partitioned table using nonclustered index to a partitioned table, if this table is partitioned by non-primary key? #57302
Labels
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
I tried to change a non-partitioned table using nonclustered index to a partitioned table, like:
But it reports:
The error message said I need to create global index first, but global index can only be created on partitioned table.
The text was updated successfully, but these errors were encountered: