SQL Server Best Practices Article
Published: September 2007
Writers: Sanjay Mishra
Technical Reviewers: Tom Davidson, Mark Souza, Prem Mehra, Sunil Agarwal, Mike Ruthruff
Creating and rebuilding indexes are some of the most common database management tasks. Depending on application requirements and data volume changes, the database administrators develop periodic index maintenance schedules. Some of the key factors to consider while you devise an index maintenance plan are performance, concurrency, and required resources. SQL Server 2005 provides you with several options for index create and rebuild operations that you can use to effectively meet the requirements of performance, concurrency, and resources.
For more information, please refer to the TEMPDB Capacity Planning and Concurrency Considerations for Index Create and Rebuild whitepaper.