• Hi,

    very nice article.

    There's a chapter on the same topic (called the Self-healing database) in the book SQL Server DMVs in Action http://www.amazon.com/SQL-Server-DMVs-Action-Management/dp/1935182730/.

    It contains SQL code for automatically: recompiling slow routines, rebuilding/reorganizing indexes, intelligently updating statistics, implementing missing indexes, and much more.

    Chapters 1 and 3 are available for free at http://www.manning.com/stirk/

    Enjoy

    Ian