• You can specify table hints to specify use of a particular index.

    Select ID

    FROM TableA

    WITH (INDEX(TableA_NCI_ID))

    Check "Table Hints" in BOL.