Hi All,
I have "N" tables with NVARCHAR column datatype.
I need to find all the CHAR(0) to CHAR(31) characters in
each column and delete the data.
One way to find this is to use WHERE clause with
LIKE '%CHAR(0)%' option. But this will be VERY slow and I
have to make check of 32 such characters. Is their any
other faster way to do the same.
Thx.
Sumit