Hi Friends.

I have many indexes in my database taking a lot of space.
I have noticed some indexes on columns in tables which I am sure are never/rarely used, apparently the developers have put them there for the hell of it.

How can I find how often(if ever) an index has been utilised for queries so that I can identify those indexes that can be dropped ?

Thanks in advance

Suresh