cancel
Showing results for 
Search instead for 
Did you mean: 

Data Services General error;274 inserted value too large for column NAME1 field

0 Kudos

Hi Expert,

Initially I have used regex_replace(input string ,'\[^a-z0-9\]','', 'CASE_INSENSITIVE') but my requirement is - have to keep special character as input & output value of the Name1 field.

Even I have used ltrim_blanks(rtrim_blanks(FieldName)) but issue has not been resolved.

Getting below error message :

Please share your advise.

Thanks in advance.

Cheers

Shamik

Accepted Solutions (1)

Accepted Solutions (1)

Julian_Riegel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi there,

try to use NVARCHAR in the target table settings instead of VARCHAR.

https://answers.sap.com/questions/377913/data-services-general-error274-inserted-value-too-.html

regards,

Julian

0 Kudos

Thanks a lot julian.riegel2 for your quick advice. Its working fine now.

Answers (0)