How to Analyze and Optimize SQL Server Indexes Using Aireforge Advisor

Index management is crucial for maintaining optimal SQL Server performance. Inefficient indexes can degrade performance, increase storage costs, and cause slow query execution. Aireforge Advisor helps you analyze and optimize your SQL Server indexes, offering comprehensive recommendations to ensure your databases run efficiently.


Getting Started

If Aireforge Studio is not installed, please follow the instructions here.

  1. Open Aireforge Studio.
  2. Navigate to the Advisor tab in the main menu.

Index Analysis Features Explained

Aireforge Advisor performs a series of checks on your SQL Server indexes to identify potential issues and provide optimization recommendations. Each check targets specific index scenarios that can impact your database performance.

Feature Name Description
Unused Indexes Identifies indexes that are not utilized at all. These indexes consume storage space and CPU resources during maintenance without providing any benefit.
Duplicate Indexes Detects exact copies of indexes on the same table. Duplicate indexes add unnecessary overhead and can be safely removed.
Overlapping Indexes Finds indexes that share the same leading key columns but differ in included columns, column order, or settings.
Superseded Indexes Identifies indexes rendered unnecessary due to the presence of more comprehensive indexes.
Fragmented Indexes Evaluates indexes for fragmentation levels, which can waste disk space and memory.
Inappropriate Fill Factors Assesses fill factor settings to optimize page density and reduce fragmentation.
Missing Indexes Suggests indexes that could significantly improve query performance based on workloads.
Little-Used Indexes Identifies indexes that are rarely used but still consume resources for maintenance.
Disabled Indexes Identifies indexes that have been disabled but still exist, consuming space and adding complexity.
Hypothetical Indexes Finds hypothetical indexes, which have metadata but no actual data, often left behind after incomplete tuning sessions.
Potentially Unique Indexes Analyzes indexes that could benefit from being made unique, enhancing data integrity and performance.
Indexes Without a Clustered Index Identifies tables without a clustered index, which can lead to inefficient data retrieval.
Custom Index Naming Standards Ensures indexes follow predefined naming conventions for better manageability. See Custom Index Naming Policies

Steps to Perform an Index Analysis

Follow these steps to perform an index analysis using Aireforge Advisor:

  1. Open Aireforge Studio and select the Advisor tab.
  2. Select the Target Servers and Databases:
    • Choose the SQL Server instances and databases you wish to analyze.
    • You can connect to multiple servers and databases simultaneously.
  3. Choose the Tables & Indexes Analysis Option:
    • In the Advisor tab, select the Tables & Indexes option to focus on index-related checks.
  4. Limit the Scope (Optional):
    • You can limit the check to specific databases or tables by selecting Selected.
    • This allows you to narrow the scope of analysis to focus on areas of concern.
  5. Configure Analysis Settings:
    • Click on Settings to customize thresholds and parameters:
      • Fragmentation Percentage: Set thresholds for when an index is considered fragmented.
      • Table Size Cut-off: Ignore tables below a certain size.
      • Missing Index Impact: Set the minimum impact score to consider when recommending missing indexes.
  6. Select Specific Checks (Optional):
    • Use Select Specific Checks to run only certain checks, such as checking for hypothetical or unused indexes.
    • This feature allows you to optimize specific index areas based on your needs.
  7. Start the Analysis:
    • When you're ready, click Start Analysis to run the checks.
    • Aireforge Advisor will connect to the selected servers and perform the index analysis.

Review and Apply Recommendations

Once the analysis completes:

  1. View the Results:
    • The results are displayed in a categorized list under the Results pane.
    • Each issue includes a description, severity level, and affected objects.
  2. Examine Details:
    • Click on an item to see detailed information.
    • Review the specific indexes affected and the recommendations provided.
  3. Generate SQL Scripts:
    • For applicable recommendations, you can generate SQL scripts to implement the changes.
    • Click View Script to see the generated script. Test Changes:
    • Before applying changes to production environments, test the scripts in a development or staging environment. Apply Changes:
    • Once tested, you can apply the changes to your databases.
    • You can also send scripts to Aireforge Script to run on selected servers.

Index Comparison

Aireforge Advisor allows you to compare indexes to identify differences and similarities:

  1. Select Indexes to Compare:
    • In the Results pane, select the indexes you wish to compare.
  2. Use the Compare Indexes Feature:
    • Click on Compare Indexes to open a side-by-side comparison.
    • The comparison includes columns, settings, size, and usage statistics.
  3. Analyze Differences:
    • Review the differences to decide whether indexes can be consolidated or removed.
  4. Generate Scripts:
    • Use the View Script option to generate scripts for modifying or dropping indexes.

Provide Feedback

If you have suggestions or encounter issues, please contact us.


Additional Resources

Aireforge Advisor allows you to compare indexes to identify differences and similarities:


By utilizing Aireforge Advisor's comprehensive index analysis features, you can ensure your SQL Server databases are optimized for performance, reliability, and efficiency.


Each check mentioned above has a dedicated subpage where you can find more detailed information about what it does and how to address the issues identified. This allows you to delve deeper into specific areas of interest or concern.

Note: Regularly analyzing and optimizing your indexes can significantly improve database performance and reduce costs associated with resource consumption and maintenance.