in our database we have about 500 Clustered indices. Now I need to change them to NonClustered Indices. - I don't want to remove and create each index manually, so I need a way to change all of them. Maybe there is a SQL Script outside.

How can I change the indices.

I work on SQL Server 2000 SP4.

Thank You Andreas Kasper

link|improve this question
1  
What advantage do you think this will bring? You can have only one clustered index per table or indexed view.. "about 500" means you want to make about 500 tables into heaps – gbn Feb 20 at 10:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.