sanctified
Programmer
I've created a DTS job which will export data from a table into a text file using the delimited format.
The field is a char datatype of size 10 chars.
I need to be able to strip trailing spaces from a field how can I achieve this? I've tried using SET ANSI_PADDING ON/OFF within the script but the trailing spaces still appear.
Kind Regards
The field is a char datatype of size 10 chars.
I need to be able to strip trailing spaces from a field how can I achieve this? I've tried using SET ANSI_PADDING ON/OFF within the script but the trailing spaces still appear.
Kind Regards