Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T13:15:48.000Z (about 2 years ago)
- Last Synced: 2024-10-12T07:02:12.563Z (about 1 month ago)
- Topics: azure, columnstore, defragmentation, fragmentation, index, maintenance, ms-sql-server, performance, sql, sql-server
- Language: C#
- Homepage:
- Size: 19.3 MB
- Stars: 575
- Watchers: 56
- Forks: 111
- 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
![SQL Index Manager](https://habrastorage.org/webt/kp/51/5j/kp515jeoogbtnlvrtsmtjbhnr20.png)
![SQL Index Manager](https://habrastorage.org/webt/4r/3b/3y/4r3b3ygwapb7isvmir6vaeimuhw.png)
![SQL Index Manager](https://habrastorage.org/webt/cg/-q/ya/cg-qyao9faekhlogcddlur3qp_a.png)