I would like a tool that monitors sql server while I test my application. THe applicatino will of course run different queries.
From the tool I would like an output like: - this query was slow because index is missing on this field
and this kind of info.
But I'd like to have a way to highlight crucial data, there can be for example 100 index missing, but 99 of them would improve the performance of 0.05%, while one of those would give a 6000% benefit on a query. So Highlighting hot spots is important too.
Also a commercial product (with full features - no limited - trial) is desired.