Under SQL Server 2000 Enterprise Manager's Database Maintenance Plan, is the option to "Reorganize data and index pages" the same as executing the DBCC DBREINDEX command? Thanks in advance.
Similar but not the same. DBCC DBREINDEX allow you to work with individuals tables and indexes. Not all the database. Searching in our forum you will find some scripts to reindex only when is neccesary.
a reorganize doesn't update statistics and you will need to run that a dbreindex drops and recreates and index and the statistics are rebuilt as well