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:
If you have suggestions for improving this article, let us know!