SQL4008 - Index &1 used for table &2

SQL4008
Message Text: Index &1 used for table &2
Cause Text: The index was used to access rows from the table for one of the following reasons:
  • Row selection
  • Join criteria.
  • Ordering/grouping criteria.
  • Row selection and ordering/grouping criteria.
  • The table number refers to the relative position of this table in the query.
The query can be run in debug mode (STRDBG) to determine the specific reason the index was used
Recovery Text: None