Good Day All


i have the Following string in a Field

Code:
'This
is the 
 
reason that i did this>> '
i want to remove spaces in TSQL to this

Code:
This is the reason that i did this>>
THanks