Performance monitoring and Database Tuning of SQL Server 1885 https://lepide.com
Close
Login to Your Account
Results 1 to 4 of 4

Thread: Performance monitoring and Database Tuning of SQL Server

Threaded View

  1. #2
    Junior Member
    Join Date
    Feb 2013
    Posts
    8
    Hi Sachin

    Monitoring is basically collecting information about the server.
    In terms of performance monitoring, you're collecting the type of information directly related to performance such as how much memory is in use, how many and what kind of wait states are occurring, how long are the various queues on the system, how long are the queries taking to run, etc.

    Tuning is then applying the information gathered through monitoring to make adjustments to code, indexes, structure, or infrastructure, in order to eliminate
    the pain points identified by the monitoring.

    Hope it helps you to understand the both terms
    Last edited by Piyush; 02-21-2013 at 07:07 AM.

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts