Is there a way to convert a Non-Clustered Index on a Primary Key to a Clustered one? (sql-server 200

Posted by Lieven Cardoen on Stack Overflow See other posts from Stack Overflow or by Lieven Cardoen
Published on 2010-03-12T21:56:20Z Indexed on 2010/03/12 21:57 UTC
Read the original article Hit count: 107

Filed under:

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?

© Stack Overflow or respective owner

Related posts about sql-server