I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment.
So this is my Links post for October 2009.
Dynamics AX
SQL Server
- Automating Reindexing in SQL Server 2000: This stored procedure checks index fragmentation in a database and defragments indexes whose scan densities fall below a specified threshold, @magfrag, which is passed to the SP. This SP was initially based on a code sample in SQL Server 2000 books Online.
Post a Comment