I tried
UPDATE TABLENAME SET COLUMNNAME = REPLACE(COLUMNNAME, \'\\t\', \'\')
But I don\'t know how to write the TAB in t-sql
You can put a tab character in the string, just press the tab key.
That will work, but it's not very readable.