I'm new to SolarWind and I have a question in Tuning Advisor. Does this mean it advise me to create another non-cluster index ? The table already contain cluster index on columns OrderNo and TestCode. And non-cluster index on columns ReceivedDate, HN and OrderDate. When I press Show index DDL. This query message display
CREATE NONCLUSTERED INDEX [<Name of Missing Index, sysname, >] ON [DB02].[lab].[Order] ([TestCode],[ReceiveDate]) INCLUDE ([OrderNo],[OrderDate],[HN],[SambleCode])
Thank in advance.