Can anyone tell me why the first query executes a full table scan, while the second uses the index?
The table has a non-unique, non-clustered index on (ContractType, MaterialType). The table is denormalized, which is why I'm using nvarchars instead of foreign keys, and I'd like to keep it that way.