sara safari
Newbie
Points: 1
More actions
October 11, 2005 at 1:47 am
#166241
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!
noeld
SSC Guru
Points: 96590
October 11, 2005 at 8:42 am
#596548
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