l'espace qui ne retire pas de la colonne 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)))