I am trying to determine what indexes are no longer used in my Database. I have had great luck using the following query:
SELECT OBJECT_NAME(S.[OBJECT_ID]) AS
In the SQL management studio, you can see exactly how the query is executed by using the "Display Execution Plan" option under the Query menu.