continue with performace tunning stuff, I would like to make a checklist (kind of) for general performance tunning or dba checklist.
I highly recommend to read my earlier post on performance tunning here
Performance Monitoring (Activities):
- Dashboard report (2005) Data collector (2008)
- Performance Monitor (Counters-CPU/Memory/IO/Network/Sql Level)
- Profiler Utility trace/ Server Side trace….. (can insert into table and analyze)
- Periodically snapshot for Stats (waits and file stats) and other DMV’s
- Using DMV to find the query which needs to optimize.
- Use of Database Tuning Advices
- Analyze the query compilation plan and time for compilation/execution
- Check the index /statistics
- Check the tempDB bottleneck
Other DBA checks:
- System configuration
- Check jobs – Backup/reindex/statistics
- Check disk space
- Check Error log (can insert into table and analyze)
- Check Event Viewver
Other checks specific to the components like High Availability and other components is not discuss here.
Will blog in detail of each one. also try to keep updated this blog as and when require…. appreciate your comments on this. please help me to make this list better.
Thanx.
Vinay