Tagged Questions
5
votes
2answers
914 views
How to convert primary keys into clustered primary keys for a great number of tables keeping referential identity
After discovering, that I better change the primary keys from non clustered to clustered. Cf this question about clustered indexes on identity columns, the next step is how to do this in a prcatical ...