After creating a nonclustered index on a SQL Server table, it leads to disk space used increase. Even after we dropped the index, the difference of disk space in use used didn't change.
Before creating the nonclustered index, total size on disk was 8.5GB:
After creating the nonclustered index, the total size on disk increased to 8.99GB:
Any idea how to free disk space used by dropped index?