Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Based on the chosen categories, SQL Doctor polls analyses your target SQL Server instance to gather the appropriate metrics and determine which recommendations match the server's current performance issues. The more categories you pick, the longer the analysis needs to run to ensure all relevant data has been collected and thoroughly analyzed.

...

On the Select categories tab, you can select one or more of the following performance categories for use in the detailed analysis:

Blocking Processes

Detects any processes that are blocking other processes.

Database Configuration

Identifies which database configuration settings improve SQL Server performance.

Deadlocks

Detects any deadlocks on the SQL Server instance.

Disk

Detects whether disk settings and associated problems are affecting SQL Server performance.

Disaster Recovery

Detects any database and transaction log backup issues such as failures or skips, overdue integrity checks, and corruption issues.

Index Optimization

Determines whether index settings or problems with the indexes themselves are negatively affecting SQL Server performance.

Long Running Jobs

Identifies any long-running jobs.

Memory

Examines the server memory settings and determines whether they affect performance.

Network

Detects network problems or configuration settings that affect SQL Server performance.

Open Transactions

Identifies any long-running open transactions and determines whether the associated T-SQL code needs corrections to improve performance.

Processor

Detects processor problems and associated configuration settings.

Query Optimization

Detects query problems that negatively affect your SQL Server performance.

Security

Identifies non-optimal security settings on the SQL Server instance.

Server Configuration

Detects server configuration settings that can decrease the performance of your SQL Server instance.

Wait Stats

Identifies any waits that are affecting SQL Server performance.

...