Problem with character set/collation with XML data in table

  • Hi all.

    We have a problem where we are saving an XML file data inside a table column (varchar column) and when we query that data and compare it to the original XML, the comparison returns false.

    This process works just fine in tens of other MSSQL servers. That is why we'rs suspecting this might be a character set problem.

    The collation in this server is the same as in all other servers where this process was successful. The default language of both the server and the OS is English-united states, as in all other servers.

    Can anyone direct me on where to look and what the problem may be?

    Thank you

    Nili

  • I should mention that the program is a Java program, and the SQL server version is 2005 (9.0.3282)

  • And the column datatype is text.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply