October 29, 2008 at 8:16 am
hi...
I like to know where is need to rebuild index??? is there need to rebuild index weekly or monthly...
October 29, 2008 at 8:30 am
reindexing in our shop depends on the application and database size.
Some are re-indexed every night, when there are no users on the system.
But the large databases (200+ GB with 40-50 GB tables, one with 17 indexes) are not reindexed until our once a month maintenance windows.
There is also the function(dmv) of looking at fragmentation on an index or clustered table and determining from that when to index.
We also use Diagnostic manager for this fragmentation, and reindexing from their tool.
God Bless,
Thomas
Thomas LeBlanc, MVP Data Platform Consultant
October 29, 2008 at 10:50 am
Good one to read once:
http://www.sql-server-performance.com/articles/per/detect_fragmentation_sql2000_sql2005_p1.aspx
HTH,
MJ
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply