I have performance problems on tables that have a CLUSTER INDEX in INSERT's statements. If I change the index from CLUSTER to NON-CLUSTER then the performance is so faster.
Can I have all the tables of my sistem with only NON-CLUSTER INDEXES? In which cases the use of CLUSTER index on a table is really important or necessary?
Thanks,
Rod