sp_BlitzIndex is a stored procedure that checks the performance and usefulness of the indexes in a single Microsoft SQL Server database.
sp_BlitzIndex is a free performance check stored procedure for Microsoft SQL Server. It reviews the dynamic management views (DMVs) for a single database in your server, and gives you a humorist psychologist's perspective - things like hoarding, multiple personalities, and phobias.
It's designed for developers and performance tuners - people who have the ability to change the indexes in their database in order to make it go faster. Each line has a URL you can copy/paste into your browser for more details about that warning. If you have a question about the warning, start with that URL first before asking questions here.
Tagging recommendation:
The sp-blitzindex tag is for support with the script. If you have a question about a particular SQL Server feature or error, and you happen to find it by using sp_BlitzIndex, you don't have to use this tag. (sp_BlitzIndex surfaces all kinds of schema nastiness.)
There are separate tags for sp_Blitz, sp_BlitzCache, and the other free stored procs from the same company.