[
From SQL Server Magazine]
A common misconception among SQL Server DBAs is that they need to rebuild their indexes ofteneven as often as every night. The theory is that, to be effective, indexes cant have any fragmentation. Another common misconception about indexes is that if you dont rebuild them frequently, theyll become corrupted, and then youre in a HEAP of trouble. (Apologies for the pun.)
The article continues at
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=99019