I have used the Query:
update Table
set Seg = RTRIM(Seg)
This still doesn't remove the extra spaces at the end? I really need to remove this as I am doing vlookups in Excel and it is causing problems.
The datatype of Seg column is (nchar(10), null)
Any help is appreciated.