What is the Filtered Index in SQL Server ?

Filtered Index is used to index a portion of rows in a table that means it applies a filter on INDEX which improves query performance, reduces index maintenance costs, and reduces index storage costs when compared with full-table indexes. When we see an Index created with a WHERE clause, then that is a FILTERED INDEX



You May Interest

Getting List of All Stored Procedures in Database in MS SQL

Getting List of System Hard Disks with Free Space in MS SQL Serve ...

What is Data Collector in SQL Server ?

Getting List of All Views in MS SQL Database

MS SQL Show Only Date of Current Time