Index Rebuild & Index Reorganize are two different operations which are used to reduce fragmentation. Both work differently towards the same end. Index Rebuild recreates the index by dropping existing index while Index Reorganize, physically reorganizes the leaf nodes of the index.
Go through the following link for further information: http://www.sqlmvp.org/how-to-rebuild-and-reorganize-index-in-sql-server/
Index Rebuild recreates the index by dropping existing index while Index Reorganize, physically reorganizes the leaf nodes of the index.
Go through the following link for further information:
http://www.sqlmvp.org/how-to-rebuild-and-reorganize-index-in-sql-server/