I understand that with a column with INDEX OFF that it is a result set only, but surely if you have a query that uses indexed columns AND a column that is not indexed, it would use the indexes first and then scan the result set to apply the non indexed query parameter ?
I’ve tried this but it does not seem to work, even with a CTE. It just complains about the non indexed column.