Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Conversion of one or more characters from XML to target collation impossible

When i am transferring a varchar field which is casted from xml. transfer from one server to another it shows a error error msg shown

Msg 6355, Level 16, State 1, Line 3
Conversion of one or more characters from XML to target collation impossible

like image 787
Shyam Prasad Avatar asked Dec 18 '13 07:12

Shyam Prasad


1 Answers

At last got it This is due to 'र' in the xml column. It does not support to cast to varchar so i cast the xml field to nvarchar.

like image 81
Shyam Prasad Avatar answered Nov 16 '22 04:11

Shyam Prasad