SQL Server can store any characters present in the unicode schema. Simply use the unicode types to store those data. So in the example for VARCHAR use NVARCHAR to store unicode data. More information can be found in the BOL, simply search for either UNICODE or the datatype which are accessible in SQL Server.
International Characters
Corrupt65805
SQL Server can store any characters present in the unicode schema. Simply use the unicode types to store those data. So in the example for VARCHAR use NVARCHAR to store unicode data. More information can be found in the BOL, simply search for either UNICODE or the datatype which are accessible in SQL Server.
HTH, jens Suessmeyer.
---
http://www.sqlserver2005.de
---