DBA > Job Interview Questions > MS SQL Server DBA Checklist

MS SQL Server DBA Checklist - Performance Tuning

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

MS SQL Server DBA Checklist - Performance Tuning - Performance Monitoring

-- Regularly monitor system performance using System Monitor or similar tool.
-- If running SQL Server 2005, SP2 or later, install the free SQL Server Performance Dashboard. It can be used for real-time monitoring and performance troubleshooting.
-- If running under SQL Server 2008, consider using the Performance Data Collector to collect, store, and analyze performance data.
-- Regularly monitor activity using Profiler. Be sure that traces are taken during the busiest times of the day so you get a more representative trace of what is going on in each server. When running the Profiler, do not collect more data than you need to collect.
-- Perform performance monitoring from a computer that is not the SQL Server you are monitoring. Run monitoring tools on a separate desktop or server.

(Continued on next question...)

Other Job Interview Questions