Hi all, it seems that after using sql server query optimizer wizard my table has changed of structure and has been converted to a index organized table, is it possible?
I mean after using the wizard and applying the changes suggested it seems that the rows in the table are now organized by the index and not in the order the rows were inserted like before.