You may want to check out this list of the deprecated features in SQL 2005.
I noticed that DBCC DBREINDEX is one on the list. SQL 2005 introduces a new REBUILD option to the ALTER INDEX command to replace it. This new REBUILD option can perform online or offline re-indexing operations.
DBCC DBREINDEX can only perform offline reindexing.