https://github.com/sergiisyrovatchenko/sqlindexmanager
Free GUI Tool for Index Maintenance on SQL Server and Azure
https://github.com/sergiisyrovatchenko/sqlindexmanager
azure columnstore defragmentation fragmentation index maintenance ms-sql-server performance sql sql-server
Last synced: 27 days ago
JSON representation
Free GUI Tool for Index Maintenance on SQL Server and Azure
- Host: GitHub
- URL: https://github.com/sergiisyrovatchenko/sqlindexmanager
- Owner: sergiisyrovatchenko
- License: gpl-3.0
- Created: 2019-05-09T06:32:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T13:15:48.000Z (over 2 years ago)
- Last Synced: 2025-04-04T22:07:42.261Z (27 days ago)
- Topics: azure, columnstore, defragmentation, fragmentation, index, maintenance, ms-sql-server, performance, sql, sql-server
- Language: C#
- Homepage:
- Size: 19.3 MB
- Stars: 580
- Watchers: 55
- Forks: 114
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Index Manager
This tool lets you quickly find out the status of your indexes and discover which databases need maintenance.
You can do maintenance through the UI, or generate a T-SQL script to run in SSMS.[SQL Index Manager – Wiki Page](https://github.com/sergiisyrovatchenko/SQLIndexManager/wiki)
[SQL Index Manager – CodeProject](https://www.codeproject.com/Articles/5162340/SQL-Index-Manager-Free-GUI-Tool-for-Index-Maintena)
## Key Features
* An incredibly fast describe engine
* Multiple databases scanning
* Advice on rebuilding or reorganizing
* Analysis of fragmentation results
* Configurable fragmentation thresholds
* One-click maintenance
* Command-line automation
* Automatic T-SQL script generation
* Columnstore maintenance support
* Statistics maintenance
* Collecting missing indexes
* Detect duplicate indexes
* Drop or disable unused indexes
* Index rebuild with compression options
* Support for any editions of SQL Server 2008+ and Azure
* And a lot of other improvements :)## Latest Version
You can download .zip file with the latest build of the master branch from [Releases](https://github.com/sergeysyrovatchenko/SQLIndexManager/releases)
## Screenshots


