SQL Server Indexing Tips

Beneficial SQL Server Indexing tips, tutorials, how-to's, scripts, and more for SQL Server DBAs.

SubCategory Tip Title Author
Administration Disabling Indexes in SQL Server 2005 and SQL Server 2008 Ashish Kumar Mehta
Administration Script to Disable Non Used SQL Server Indexes Eli Leiba
Clustered Finding a better candidate for your SQL Server clustered indexes Greg Robidoux
Clustered Non Unique Clustered Index and Duplicate Value limits Chad Boyd
Clustered SQL Server Clustered Index Behavior Explained via Execution Plans Dinesh Asanka
Clustered SQL Server Tables without a Clustered Index Jeremy Kadlec
Column Store Columnstore index feature in SQL Server 2012 Rajendra Gupta
Column Store Faster SQL Server SELECT COUNT(*) Queries with Columnstore Indexes Aaron Bertrand
Column Store Query Performance Degraded after Rebuilding Clustered Columnstore Index Mehdi Ghapanvari
Column Store Script to Create and Update Missing SQL Server Columnstore Indexes Dinesh Asanka
Column Store SQL Server 2012 Column Store Index Example Arshad Ali
Column Store SQL Server 2016 ColumnStore Index String Predicate Pushdown Ahmad Yaseen
Column Store SQL Server Clustered and Nonclustered Columnstore Index Example Jayendra Viswanathan
Column Store SQL Server Clustered Columnstore Index Examples for ETL Tim Smith
Column Store SQL Server Column Store Index Performance Ben Snaidero
Column Store SQL Server Ordered Columnstore Indexes for Data Aggregation in Data Warehouses Jared Westover
Column Store Supercharge your Data Warehouse with Columnstore Indexes - Webinar Q&A Koen Verbeeck
Column Store Unraveling the Tuple Mover for SQL Server Columnstore Indexes Jared Westover
Comparison Difference between SQL Server Unique Indexes and Unique Constraints Sergey Gigoyan
Computed Columns How to create indexes on computed columns in SQL Server Atif Shehzad
Configuration Index Create Memory Setting for SQL Server Manvendra Singh
Configuration What is the Best Value for Fill Factor in SQL Server Eric Blinn
Data INDEXPROPERTY Function in SQL Server Manvendra Singh
Design SQL Server 2016 Increased Non-Clustered Index Key Size Ahmad Yaseen
Design SQL Server Indexes to Improve Query Performance Jared Westover
Filtered Evaluating SQL Server Filtered Indexes in a Multi Table SQL Join Jared Westover
Filtered How Forced Parameterization in SQL Server Affects Filtered Indexes Aaron Bertrand
Filtered How to Overcome the SQL Server Filtered Index UnMatchedIndexes Issue Ahmad Yaseen
Filtered Overlooked Reason SQL Server Ignores Your Filtered Indexes Jared Westover
Filtered SQL Server Filtered Index Essentials Guide Simon Liew
Filtered SQL Server Filtered Index Example Eric Blinn
Filtered SQL Server Filtered Indexes What They Are, How to Use and Performance Advantages Arshad Ali
Foreign Keys Script to identify all non-indexed foreign keys in a SQL Server database Eli Leiba
Hints Find Queries with Index Hints in SQL Server Aaron Bertrand
Keys SQL Server Clustered Index Fragmentation on GUID Columns Mohammed Moinudheen
Maintenance Drop Index, Recreate and Script out Indexes in SQL Server Joe Gavin
Maintenance Impact of Offline SQL Server Index Rebuilds Jared Westover
Maintenance Safely Dropping Unused SQL Server Indexes Svetlana Golovko
Maintenance SQL Server Query Performance After Index Maintenance for Reorganization vs Rebuild Operations Ben Snaidero
Maintenance Plans SQL Server Maintenance Plan Reorganize Index and Update Statistics Tasks Sergey Gigoyan
Maintenance Plans SQL Server Maintenance Plans Rebuild Index Task Sergey Gigoyan
Monitoring Deeper insight into used and unused indexes for SQL Server Greg Robidoux
Monitoring How to get index usage information in SQL Server Greg Robidoux
Monitoring Missing Index Feature of SQL Server 2008 Management Studio Ashish Kumar Mehta
Monitoring Querying SQL Server Index Statistics Dattatrey Sindol
Monitoring Retaining historical index usage statistics for SQL Server Part 1 of 3 Tim Ford
Monitoring Retaining historical index usage statistics for SQL Server Part 2 of 3 Tim Ford
Monitoring Retaining historical index usage statistics for SQL Server Part 3 of 3 Tim Ford
Monitoring Retrieving SQL Server Index Properties with INDEXPROPERTY Greg Robidoux
Monitoring SQL Server Index Report with Included Columns, Storage and more for all Tables in a Database Percy Reyes
Monitoring Tracking index maintanence information Chad Boyd
Monitoring What indexes are used most often (or least often) on my server? Chad Boyd
Overview Index Builds in SQL Server 2000 vs SQL Server 2005 Jeremy Kadlec
Overview SQL Server Clustered Tables vs Heap Tables Greg Robidoux
Overview SQL Server Index Basics Eric Blinn
Overview SQL Server Index Checklist Jeremy Kadlec
Overview SQL Server Index Properties in Management Studio Brady Upton
Overview SQL Server Indexes with Key and Non-Key Columns as Covering Indexes to improve Performance Jared Westover
Overview SQL Server Indexing Basics Jeremy Kadlec
Overview Types of SQL Server Indexes Ben Snaidero
Overview Understanding and Examining the Uniquifier in SQL Server Ken Simmons
Overview Understanding SQL Server Index Fill Factor Setting Bru Medishetty
Overview Understanding SQL Server Indexing Greg Robidoux
Performance Avoid Index Redundancy in SQL Server Tables Armando Prato
Performance Be Careful with Key Order in SQL Server Missing Index Recommendations Aaron Bertrand
Performance Building SQL Server Indexes in Ascending vs Descending Order Greg Robidoux
Performance Identify SQL Server Indexes With Duplicate Columns Ben Snaidero
Performance Improve SQL Server Performance with Covering Index Enhancements MSSQLTips
Performance Improve SQL Server Query Performance when Clustered Index Seek Operation is Slow Mehdi Ghapanvari
Performance SQL Server Columnstore, B-Tree and Hybrid Index Performance Comparison for Data Warehouses Fikrat Azizov
Performance SQL Server Covering Index Performance Fikrat Azizov
Performance SQL Server Index Column Order - Does it Matter Ben Snaidero
Performance SQL Server Insert Performance for Clustered Indexes vs. Heap Tables Ben Snaidero
Performance SQL Server Max Degree of Parallelism for Index Creation and Rebuilding Jeremy Kadlec
Performance SQL Server Performance Issue for Single Row Delete or Update Operations Simon Liew
Performance SQL Server Performance Tuning Tip - Index Foreign Key Columns Mike Eastland
Performance Using Hints To Test SQL Server Indexes Ken Simmons
Performance When SQL Server Nonclustered Indexes Are Faster Than Clustered Indexes Tim Wiseman
Reporting Collect SQL Server Index Usage Information for all Instances with PowerShell Alejandro Cobar
Scripts Script out all SQL Server Indexes in a Database using T-SQL Percy Reyes
Scripts SQL Server Index Analysis Script for All Indexes on All Tables Greg Robidoux
SQL Server Management Studio Creating Indexes with SQL Server Management Studio Jayendra Viswanathan
Statistics Build a Robust Incremental SQL Server Update Statistics Procedure Jeffrey Yao
Statistics How to Find Outdated Statistics in SQL Server 2008 Tibor Nagy
Statistics Importance of Update Statistics in SQL Server Ben Snaidero
Statistics Persisting SQL Server Index-Usage Statistics with MERGE Marios Philippopoulos
Statistics SQL Server Auto Update and Auto Create Statistics Options Tibor Nagy
Statistics SQL Server's Auto Update Statistics Async option Tibor Nagy
Statistics What are the SQL Server _WA_Sys... statistics? Tibor Nagy
Storage Move all SQL Server indexed views to a new filegroup Aaron Bertrand
Storage SQL Server Unique Constraints for Large Text Columns Sankar Reddy
System How can I get sysindexes information in Sql 2005? Chad Boyd
System Index System Tables in SQL Server 2000 vs SQL Server 2005 Chad Boyd
Tutorials Indexing in SQL with Clustered and Non-Clustered Indexes Jan Potgieter
Tutorial Topic Author
SQL Server Indexing Tutorial SQL Server Index Tutorial Overview Ben Snaidero
SQL Server Indexing Tutorial SQL Server Clustered Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server Heap Ben Snaidero
SQL Server Indexing Tutorial SQL Server non-clustered Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server Columnstore Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server Full Text Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server XML Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server Spatial Indexes Ben Snaidero
SQL Server Indexing Tutorial SQL Server Index Maintenance Ben Snaidero
SQL Server Indexing Tutorial More Index Information Ben Snaidero
SQL Server Indexing Tutorial Get Free SQL Tips - SQL Server Indexing Tutorial Ben Snaidero
CategoryGroup Category (articles)
Analysis Services Analysis Services Administration (33)
Analysis Services Analysis Services Development (95)
Analysis Services Analysis Services Dimensions (16)
Analysis Services Analysis Services Measure Groups (7)
Analysis Services Analysis Services Performance (14)
Analysis Services Analysis Services Security (7)
Analysis Services Analysis Services Tutorials (6)
Business Intelligence Artificial Intelligence (22)
Business Intelligence Big Data (25)
Business Intelligence Data Science (3)
Business Intelligence Data Warehousing (7)
Business Intelligence Import and Export (81)
Business Intelligence R Language (11)
Business Intelligence Snowflake (29)
Cloud Amazon AWS (38)
Cloud Amazon AWS RDS (21)
Cloud Azure (149)
Cloud Azure Backup and Restore (25)
Cloud Azure Cosmos DB (15)
Cloud Azure Functions (7)
Cloud Azure SQL Database (51)
Cloud Azure SQL Managed Instance (5)
Cloud Cloud Strategy (24)
Cloud Google Cloud (10)
Cloud Analytics Apache Spark (13)
Cloud Analytics Azure Data Factory (73)
Cloud Analytics Azure Databricks (39)
Cloud Analytics Azure Integration Services (14)
Cloud Analytics Azure Synapse Analytics (41)
Cloud Analytics Microsoft Fabric (17)
Data Quality Data Cleansing for Validation (4)
Data Quality Data Quality Services (10)
Data Quality Master Data Services (41)
Database Administration Central Management Servers (10)
Database Administration Comparison Data and Objects (14)
Database Administration Database Administration (208)
Database Administration DBA Best Practices (39)
Database Administration Dedicated Administrator Connection (4)
Database Administration Scripts (35)
Database Administration System Databases (31)
Database Configuration Compression (22)
Database Configuration Database Configurations (19)
Database Configuration Database Mail (18)
Database Configuration FILESTREAM (9)
Database Configuration Full Text Search (21)
Database Configuration In Memory OLTP (32)
Database Configuration Linked Servers (18)
Database Configuration Policy Based Management (29)
Database Configuration Recovery Models (4)
Database Configuration Resource Governor (5)
Database Configuration SQL Server Configurations (75)
Database Design Constraints (20)
Database Design Data Types (22)
Database Design Database Design (92)
Database Design Identities (17)
Database Design JOIN Tables (23)
Database Design Synonyms (5)
Database Design Table Valued Parameters (4)
Database Design Temp Tables (15)
Database Design Temporal Tables (13)
Database Design User Defined Type UDT (3)
Database Design Views (17)
Database Development Application Development (46)
Database Development Common Runtime Language (13)
Database Development Debugging (4)
Database Development DevOps (36)
Database Development Entity Framework (13)
Database Development Language Integrated Query LINQ (7)
Database Development Paging (5)
Database Development Referential Integrity (5)
Database Development Service Broker (11)
Database Development Testing (32)
Database Development XML (14)
Database Maintenance Database Console Commands DBCCs (25)
Database Maintenance Fragmentation and Index Maintenance (28)
Database Maintenance Maintenance (34)
Disaster Recovery / High Availability Availability Groups (79)
Disaster Recovery / High Availability Backup (81)
Disaster Recovery / High Availability Clustering (77)
Disaster Recovery / High Availability Database Mirroring (33)
Disaster Recovery / High Availability Disaster Recovery (23)
Disaster Recovery / High Availability High Availability (3)
Disaster Recovery / High Availability Log Shipping (18)
Disaster Recovery / High Availability Replication (77)
Disaster Recovery / High Availability Restore (42)
Functions Dates (56)
Functions Functions System (99)
Functions Functions User Defined UDF (41)
Infrastructure Contained Databases (4)
Infrastructure Containers (12)
Infrastructure Hardware (14)
Infrastructure Spatial Data Storage (9)
Infrastructure Virtualization (25)
Integration Services Admin Integration Services Administration (10)
Integration Services Admin Integration Services Best Practices (12)
Integration Services Admin Integration Services Configuration Options (22)
Integration Services Admin Integration Services Performance (12)
Integration Services Admin Integration Services Security (7)
Integration Services Admin Integration Services Upgrade (4)
Integration Services Development Data Transformation Services (6)
Integration Services Development Integration Services Analysis Services Tasks (5)
Integration Services Development Integration Services Connection Managers (5)
Integration Services Development Integration Services Control Flow Transformations (14)
Integration Services Development Integration Services Data Flow Transformations (19)
Integration Services Development Integration Services Development (116)
Integration Services Development Integration Services Error Handling (8)
Integration Services Development Integration Services Excel (14)
Integration Services Development Integration Services Execute Package Options (8)
Integration Services Development Integration Services Oracle (4)
Microsoft Office Microsoft Access Integration (8)
Microsoft Office Microsoft Excel Integration (44)
Microsoft Office Microsoft Flow (1)
Other RDBMS Other Database Platforms (16)
Other RDBMS PostgreSQL (11)
Other RDBMS SQL Server and Oracle Comparison (29)
Other RDBMS SQL Server on Linux (78)
Other RDBMS SQL Server vs Oracle vs PostgreSQL Comparison (20)
Performance Dynamic Management Views and Functions (34)
Performance Error Logs (11)
Performance Extended Events (22)
Performance Indexing (94)
Performance Locking and Blocking (43)
Performance Monitoring (110)
Performance Partitioning (17)
Performance Performance Data Warehouse (4)
Performance Performance Tuning (124)
Performance Profiler and Trace (20)
Performance Query Optimization (15)
Performance Query Plans (20)
Performance Query Store (7)
Power Platform Power Apps (20)
Power Platform Power BI (170)
Power Platform Power BI Charts (57)
Power Platform Power BI Formatting (17)
Professional Development Professional Development Branding (16)
Professional Development Professional Development Career (18)
Professional Development Professional Development Career Planning (20)
Professional Development Professional Development Certifications (62)
Professional Development Professional Development Community (16)
Professional Development Professional Development Interview Questions BI (18)
Professional Development Professional Development Interview Questions DBA (23)
Professional Development Professional Development Interview Questions Developer (9)
Professional Development Professional Development Interviewing (39)
Professional Development Professional Development Job Search (24)
Professional Development Professional Development Management (14)
Professional Development Professional Development Resume (13)
Professional Development Professional Development Skills Development (18)
Python Python (88)
Reporting Services Admin Reporting Services Administration (21)
Reporting Services Admin Reporting Services Best Practices (6)
Reporting Services Admin Reporting Services Configuration (10)
Reporting Services Admin Reporting Services Installation (10)
Reporting Services Admin Reporting Services Migration (5)
Reporting Services Admin Reporting Services Monitoring (5)
Reporting Services Admin Reporting Services Network Load Balancing (4)
Reporting Services Admin Reporting Services Performance (6)
Reporting Services Admin Reporting Services Security (8)
Reporting Services Development Reporting Services Analysis Services (4)
Reporting Services Development Reporting Services Charts (25)
Reporting Services Development Reporting Services Data Sources (10)
Reporting Services Development Reporting Services Development (67)
Reporting Services Development Reporting Services Dynamic Reports (11)
Reporting Services Development Reporting Services Formatting (26)
Reporting Services Development Reporting Services KPI (5)
Reporting Services Development Reporting Services Overview (5)
Reporting Services Development Reporting Services Parameters (15)
Reporting Services Development Reporting Services Report Builder (9)
Security Auditing and Compliance (47)
Security Encryption (35)
Security Security (199)
Security SQL Injection (5)
Security Surface Area Configuration Manager (4)
SharePoint SharePoint (131)
SharePoint SharePoint Administration (46)
SharePoint SharePoint Configuration (27)
SharePoint Sharepoint Design (46)
SharePoint SharePoint Document Management (20)
SQL Coding Change Data Capture (16)
SQL Coding Common Table Expressions (4)
SQL Coding Dynamic SQL (7)
SQL Coding Error Handling (11)
SQL Coding Stored Procedures (30)
SQL Coding Transactions (9)
SQL Coding Triggers (44)
SQL Coding TSQL (340)
Tools Azure Data Studio (18)
Tools PowerShell (131)
Tools SQL Operations Studio (11)
Tools SQL Server Agent (94)
Tools SQL Server Management Objects SMO (3)
Tools SQL Server Management Studio (78)
Tools SQL Server Management Studio Configuration (22)
Tools SQL Server Management Studio Shortcuts (9)
Tools Tools (35)
Versions Deprecated Features (6)
Versions Express Edition (16)
Versions Install and Uninstall (33)
Versions Licensing (4)
Versions SQL Server 2016 (96)
Versions SQL Server 2017 (44)
Versions SQL Server 2019 (20)
Versions SQL Server 2022 (21)
Versions Upgrades and Migrations (55)










get free sql tips
agree to terms