AUTOSHRINK setting on database may cause index fragmentation.
You can decrease index fragmentation if you use FILLFACTOR on dynamic tables (lots of INSERTs):
http://www.sqlusa.com/bestpractices2008/rebuild-all-indexes/
Use FILLFACTOR 70 (30% empty space) on extreme dynamic tables.
Use FILLFACTOR 80-90 on dynamic tables.
Optimization article:
http://www.sqlusa.com/articles/query-optimization/
http://msdn.microsoft.com/en-us/library/ms177459(v=sql.90).aspx
Kalman Toth SQL SERVER 2012 & BI TRAINING
New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012
No comments:
Post a Comment