• I had the general idea right, just the implementation wrong.

    Try this:

    SELECT

    *

    FROM

    #frUser_Copy

    WHERE

    [UserName] LIKE '%[^a-z0-9]%'

    Unless you have a case-sensitive collation then the a-z will work for any alpha characters including upper-case