a question

  • Hello everyone

    I have an StoredProcedure in SQL Server2000 that Inserts data into a table when i call it!

    I want insert data in UTF-8 charset.

     How i must do it?

    thank for any help!

  • SQL Server 2000 does not store data in UTF-8. Mainly because it uses Windows collations for unicode data which are based in two bytes per character (UCS-2 and UTF-16)

    For more info: International features in SQL Server 2000 

     


    * Noel

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

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