We have an index with included columns.
user_lookups column in sys.dm_db_index_usage_stats consistently shows 0. User seeks, scans and updates >0. Does that mean that included columns are not used in this index? Is it safe to recreate this index without include clause?
Thanks