SQL index maintenance strategy
Version:
When looking at your SQL index maintenance strategy, consider the following thresholds and use the T-SQL to verify fragmentation.
Fragmentation thresholds:
-
≥ 50%: Rebuild index
-
30–49%: Reorganize index
-
< 30%: No action
Use this T-SQL to check fragmentation: