https://github.com/brianpursley/sql-index-console
A utility for detecting SQL Server index fragmentation and rebuilding/reorganizing indexes to remove fragmentation
https://github.com/brianpursley/sql-index-console
sql-server windows-application
Last synced: 6 months ago
JSON representation
A utility for detecting SQL Server index fragmentation and rebuilding/reorganizing indexes to remove fragmentation
- Host: GitHub
- URL: https://github.com/brianpursley/sql-index-console
- Owner: brianpursley
- License: mit
- Created: 2015-07-06T20:52:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T21:33:54.000Z (over 10 years ago)
- Last Synced: 2023-03-21T18:53:21.313Z (almost 3 years ago)
- Topics: sql-server, windows-application
- Language: C#
- Size: 219 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sql-index-console
SQL Index Console is a utility for detecting SQL Server index fragmentation and rebuilding/reorganizing indexes to remove fragmentation.
## Setup
[SqlIndexConsoleSetup-1.0.3.exe](https://github.com/cinlogic/sql-index-console/releases/download/1.0.3/SqlIndexConsoleSetup-1.0.3.exe)
## Features
##### Detect Index Fragmentation
* Get a detailed list of indexes, including type, size, amount of fragmentation, and other attributes.
* Detect index and table fragmentation, including clustered index fragmentation, nonclustered index fragmentation, and heap fragmentation.
* Get automatic recommendations for whether to rebuild or reorganize each index based on thresholds you can configure.
* Sort and filter the report to find the indexes you are interested in.
##### Fix Fragmented Indexes
* Use the default recommendations or manually override the recommendation for any index by checking the Rebuild or Reorganize checkbox.
* Preview the selected actions before executing them.
* Defrag the indexes with the click of a button in SQL Index Console, or generate a T-SQL script that can be run in SQL Server Management Studio.
##### Analyze
* Export the detailed index list to Excel, CSV file, or text file so you can analyze fragmentation over time.
## Screenshots




