Home » Blog » Topic » SQL Server performance troubleshooting and analysis methodology.

SQL Server performance troubleshooting and analysis methodology.

Lincoln Burrows ~ Modified: February 29th, 2016 ~ ~ 1 Minute Reading

Home Forums SQL Server performance troubleshooting and analysis methodology.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1382 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    How can we define a good SQL Server performance troubleshooting methodology? Does the actual methodology that I apply depends entirely on the specific problem that I am trying to troubleshoot for a specific environment?

    #1440 Score: 0
    Stephen West
    Moderator
    4 pts

    Defining a troubleshooting methodology is hard, because the actual methodology that I apply depends entirely on the specific problem that I am trying to troubleshoot for a specific environment.
    Fairly early on in any analysis, I’ll take a look at the wait statistics, in the
    sys.dm_os_wait_stats Dynamic Management View (DMV), to identify any major resource waits in
    the system, at the operating system level.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.