Database Maintenance
I often see a request for some scripts to help with database maintenance. Sometimes those questions come in the form of recommendation requests for maintenance plans. As many already know, there are...
View ArticleMissing Indexes
SQL Server has means built into it to track possible missing indexes. This used to be found through the use of the Index Tuning Wizard. The process has improved over time (you can sort of see that...
View ArticleSeldom Used Indexes
On occasion you may ask yourself if there are any under used indexes in your database. If not you, then possibly a manager or client. Usually this comes up when evaluating for missing indexes or...
View ArticleMissing Indexes Script v2
Frequently we hear the analogy that <insert item here> is like opinions, everybody has one and not all of them are good (some may stink). Well, this may just be another one of those...
View ArticleIndex Cannot Be Reorganized…
Working diligently as any good DBA might, you have established maintenance routines for each of the SQL Servers under your purview. As a part of this maintenance you have scripted solutions to...
View Article