Is there a way to convert a Non-Clustered Index on a Primary Key to a Clustered one? (sql-server 200
- by Lieven Cardoen
With Management Studio I can't alter the index. Dropping it doesn't work because it's being used as a foreign key in a lot of other tables. Can I somehow alter it? Or how would you do this?