Skip to content

Commit 6757002

Browse files
authored
Added docs for Index Fragmentation script
1 parent f4deef6 commit 6757002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Index Insight Scripts
22
A collection of scripts to use with indexes in SQL Server
3+
## Find Index Fragmentation
4+
As records are inserted, updated, and deleted, your tables and indexes become fragmented. This query will provide a list of indexes, fragmentation percentage, and record counts for each table in a database.
5+
6+
For more details, see: http://www.sqlnuggets.com/blog/sql-scripts-find-index-fragmentation/
37
## Find Filtered Indexes
48
A simple query that will provide a list of filtered indexes, with the schema and table, as well as the actual filter used in the index. It is database specific, so it will need to be run against every database you want to view filtered indexes on.
59

0 commit comments

Comments
 (0)