Using this question, I'm able to find non-ascii characters using this query below. The only problem is that I still don't know what the value of the non-ascii character is in some of the records. How do I simply take any non-ascii character found and update it with a simple space?
SELECT whatever
FROM tableName
WHERE columnToCheck <> CONVERT(columnToCheck USING ASCII)