Originally posted by TomazZ
Rebuild will use existing index, which is faster in many situations.
Right, rebuild will be faster as it need not go to the table and do a full table scan, it will use the existing index.

But if the table has been moved then its same whether u build from a scratch or do a rebuild as it has to hit the table any way.