September Monthly SQL Server Checklist

4439276478_8bb7a50ab8_mFirst day of the month and first Tuesday of the month.  Yup, the list is late this month because for myself, and probably a fair number of other readers, Monday was a holiday.  First day back this month, though, and it’s time to check up on everything and make certain that we are earning our keep as DBAs.

As previously mentioned, the premise of this post is help DBAs maintain their environments by getting together a monthly checklist and running through it every month.  Each month there will be updates and hopefully a couple more items to help you keep track of what’s new to check out.  This month, I’ve added in links for the current SQL Server Service Packs, since they need to be applied prior to Cumulative Updates.

Monthly Checklist

  1. Backup Validation: Check everything involved in the backup process.  Are your backups executing as desired?  Are the monitoring jobs properly alerting to failures?  Have their been any unexpected failures?  Have backup duration times changed?
  2. Recovery Validation: Is everything for your recovery collected and being backed up?  Have you practices restoring at least one of your SQL Server databases from production in the last month?
  3. SQL Server Updates: Is your SQL Server environment up to date?  Check each of your instances and review the most recent releases of SQL Server.  Make a plan to determine when the most recent updates will be applied.  Also, be aware the support for SQL Serverreleases does end at some point.
  4. Server Health: Check the performance statistics for your server(s).  Any unexpected items in your event log?
  5. Database Health: Check the performance statistics for your database(s). Any unexpected items in your SQL Server logs?
    1. Check wait stats.
    2. Analyze your indexes (via IndexAnalysis)
  6. Check Baselines: Are there any variances on the performance counters off of the baseline?  Is the baseline still valid?
  7. Validate Capacity Plan: If you have a capacity plan in place for your environment, check to see that what you had planned for June matches the actuals.  Any threshold violations that may require adding capacity?
  8. Status Report: What do you need to get done before next month?  What did you get done this month?  After the other tasks, write this all down and send it to your manager.

Something Missing?

Is there something missing in this list that you think should be included?  Leave a comment and I’ll add it in for next month.  I’ll follow-up next month on the first Monday of the month and we’ll see how everyone that reads this is doing.

One thought on “September Monthly SQL Server Checklist

  1. What a great stuff!!
    I wasn´t aware about this awesome index analysis. I just spent a few hours yesterday and today to recap your blog posts from last year and went through all stages of the script.
    Really cool.
    Thank you for sharing.

    Like

Comments are closed.