Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
A slow and long running SQL query execution consumes much processor, memory, and disk of your server so It is crucial to find and optimize them for performance tuning.such queries eventually delay the quick processing queries and hold them on the queue.

There are certain ways to identify and troubleshoot long running queries. This prevents potential performance issues.

SQL Activity Monitor is the easiest and rich UI tool available in SQL Server Management Studio.It provides information about processor time, waiting tasks, database I/O, and batch requests, and recent expensive queries.

 


The following steps describes how to identify the recent expensive queries.

  1. Login into your Windows VPS via RDP.

  2. Open MSSQL Management Studio and login as “sa†user. Click on the activity monitor icon shown in below image.

    MSSQL Activity Monitor

  3. The information about the CPU,RAM,disk and execution time of each query can be analyzed on SQL activity monitor.The queries with highest resource usage and maximum time execution queries are displayed in “Recent Expensive Queriesâ€.

    SQL Recent Most Expensive Query


  4. Mouse hover to the query column to read the complete query.You need to optimize the query as much as possible to reduce the execution time and resource usage.You can directly edit the query in a text editor.Right-click the query and click on “Edit Query Text.â€

    Edit Query On Activity Monitor

    The CPU(ms/sec) column shows how much processor time is used by query since the last compilation.It’s the ratio of processor time used by the query per second.
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution