0

I am trying to query dm_db_missing_index_details to determine what fields need to be included in an index to optimize performance, but unfortunately the field list is so long it is getting cut off by a length limit on the field. Is there any way to query this without it cutting off the field list?

Keith Adler
  • 20,880
  • 28
  • 119
  • 189

1 Answers1

1

Right click your query window and choose Query Options.

Select "Grid" in the left hand pane, and in the right-hand pane, modify the maximum number of characters that can be returned.

Tab Alleman
  • 31,483
  • 7
  • 36
  • 52