Question
Removing spaces?
Hi,
I am taking a text file and importing the data in to a SQL database.
One problem i have, spaces are also being imported into the field in the DB.
I have tried Ltrim, Rtrim, Trim, Replace " " but it still doesn't take the spaces off the data.
For example the data looks like so.
Smith !John !
How do i remove the spaces?
Thanks.