RTRIM not removing trailing spaces – SQLServerCentral Forums RTRIM is not removing the space any ideas why? and how i can fix it? I would first check to see if it is actually a trailing space that is at the end of the string, as it might be a hidden
SQL Server : RTRIM not working to remove empty spaces One of the column values in my tables have empty space at the end of each string In my select query, I am trying to trim the empty space at the end of string but the value is not getting trimmed