The index coverage report lists all columns, covered by any index at least once. Leading column in an index is marked with '1', second with '2' etc. Yuo can easily spot over-indexing and bad indexing.

Finally, in SQL server Performance, we can filter SQL error log by day:

NEW: TreeMap of table and index sizes in every database and on a server at whole.
Color represents:
  Green - clustered indexes
  Blue - nonclustered indexes
  Red - heap
  Yellow - columnstore indexes
  Magenta - other types of indexes (XML, spacial etc)
Note: on a screenshot below table and index names are obfuscated - data was taken from a real production system


NEW: Visualization of the execution of the SQL agent jobs.
  Different steps are represented with different colors
  Failed steps are marked with red line crossing the box
  Executions yesterday, day before yesterday and more days ago are displayed slightly shifted upwards, but colors are progressively pale
Note: on a screenshot job names are obfuscated - data was taken from a real production system


NEW: Visualization of the layout of the database files across the drives with the relative file size and size of the free space.
Similar visualization exists for the IO by database file - reads and writes.
Note: on a screenshot database file names are obfuscated - data was taken from a real production system