Skip to content Skip to sidebar Skip to footer

After Adding Index Execution Plan Sqlserver Keeps Suggesting The Index

If I run the execution plan of an sp, Management Studio suggests an index. I add the index, run the execution plan again, and it keeps suggesting the same index... What am I doing

Solution 1:

Index column order and sort order?

See this please: Database Tuning Advisor recommends to create an existing index

Post a Comment for "After Adding Index Execution Plan Sqlserver Keeps Suggesting The Index"