Home Forums SQL Server 2005 Development Writing strings with chars 128-160 to an varchar column RE: Writing strings with chars 128-160 to an varchar column

  • Might I suggest you read this from Books On Line:

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/e123fb74-022e-4a62-9639-b2053a9b4d7e.htm

    Is it possible for you to change your columns data type from varchar to nvarchar (unicode character)?

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]