The most reliable way to identify the index being used is to look in the execution plan. To do that, click on the tool bar button "Include actual execution plan" in the SSMS toolbar and run your query.
After the query is executed, SSMS will show a new tab with the execution plan of the query. You can find out the index being used from there.
commented on Aug 17 2012 9:10AM