• I did a bit of playing around and couldn't get it to work reliably with LIKE, but this worked ok with CHARINDEX:

    SELECT acolumn FROM #atable WHERE CHARINDEX(NCHAR(0),acolumn)!=0