Cannot convert a clustered index to a nonclustered index by using the DROP_EXISTING option. To change the index type from ...

Cannot convert a clustered index to a nonclustered index by using the DROP_EXISTING option. To change the index type from clustered to nonclustered, delete the clustered index, and then create a nonclustered index by using two separate statements.