Pages

Subscribe:

Ads 468x60px

Thursday, 17 December 2015

Performance Tuning - Performance tuning/monitoring tools



  1. Activity Monitor: It displays graphically about Processes, Resource Waits, Datafile I/O, Recent expensive Quires.
  2. Database Tuning Advisor (DTA): Recommend indexes and statistics
  3. Profiler: Can run traces and find out the expensive/long running quires/transactions
  4. Execution Plans: There are three types Graphical, Text and XML.
  5. DMV: Dynamic management views shows the current state of the sql server
  6. Extended Events: Used for more granular details with less performance overhead than profiler.
  7. PerfMon: Windows native tool to view / monitor the performance of both sql and windows servers
  8. Third Party: Redgate products

0 comments:

Post a Comment