El espacio no se elimina de la columna en SQL
update thetable set thecolumn = rtrim(replace(thecolumn, char(160), char(32)))
Silly Skylark
update thetable set thecolumn = rtrim(replace(thecolumn, char(160), char(32)))