Xml Bulk load -
10-10-2003
, 06:26 AM
I'm importing an xml file into mssql server 2000 table
The problem is that some characters like à è ì ò ù ° cause an import error
When I export a table to an XML file (using FOR XML auto clause) these
characters are successfully exported, so the problem is also for import
What can I do?
Do you have any suggestions?
Thanks |