Hi Experts,
I am looking for MISSING INDEXES, I am tring to find all missing indexes in my database for that I am using sys.dm_db_missing_index_details view. I would like to know about case or stuation when SQL server engine inserts rows in the base table of sys.dm_db_missing_index_details view. I mean what is the criteria or what is the situation when sql server decide to insert row in sys.dm_db_missing_index_details saying that this index is missing.
Regards Vikas Pathak