In SQL Server 2000, how can I find out what indexes are being used?
I can find a list of all the indexes easily enough, but how do I know which ones can be removed because they are no longer used?
I don't want to slog through all the sql used on our server running explain plans to find this out and also risk missing something.