Find all chars in table that are ASCII code 128 and Greater Does anyone know how to query a field in a table where it contains an
ASCII code >= 128 - without looping through every field for every
record in table (using charindex)?
Ex of char I would like to find: ü which is char(252) |