I am referring the Unused Index Script blog.
I got to know that if Seek = 0
, Scan = 0
, Lookup = 0
, User Update = 0
then we should delete index as it is not needed.
The unused script gives me many indexes but should I delete all those indexes? Can you please help me to understand to identify actual unused index from the given script.
I would like to know the importance between UserSeek
, UserScans
, UserLookups
, UserUpdates
column before I delete.