Can you let me know the underlying architecture of "dbcc dbreindex" and dbcc indexdefrag". I need the details to understand how the above maintenance queries can boost the performance. Checked BOL, but not satisfied.
Both DBCC DBREINDEX and INDEXDEFRAG are on the Sql Server Deprecation List.
I suggest you read up on the REBUILD and REORGANIZE options of the ALTER INDEX Statement.