I am analyzing work load to find indexes stats like seeks and scans using sys.dm_db_index_usage_stats. One index i found as
Index_id = 1; user_seeks = 0; user_scans = 8; Does that infer key used for clustered index was not right choice OR Queries using that table need to be modified?