DBCC DBREINDEX vs Maintenace Plan question

  • Does the DBCC DBREINDEX command do the same think as the option in the maintenance plan to Reorganize data and index pages??

    Thanks for your help!

  • This was removed by the editor as SPAM

  • DBCC DBREINDEX is for a single table in any database.

    But where as SQLMAINT.exe is used to indexing the same for all the tables in a given database.

    Regards,

    Murali Daemra.

    .

  • I understand DBCC DBREINDEX is for a single table only but what exactly does it do to the table as opposed to the sqlmaint.exe. For instances, does the DBCC DBREINDEX drop and recreate the index and the other doesn't??

    Thanks for the help, Vicki

  • Read the article 'Inside Sql Server Maintenance Plans'

    at

    http://www.sql-server-performance.com/ak_inside_sql_server_maintenance_plans.asp

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply