I'm analyzing two tables in a database. Table A has indexes Index1, Index2 and Index 3. Table B has indexes Index 1, Index2, Index3 and Index 4. I queried dm_db_index_usage_stats to get the usage of each table's indexes.
Here's the output fo
Here's the output fo