I have a large table (with 44 million records) in which the primary key is clustered. Now I would like to make the primary key non-clustered and add a clustered index based on another field.
Wonder what is the best way to achieve this with minimum or no downtime.
Any help is appreciated.
Thanks.