Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 SQL

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2007-02-12 : 21:51:15
jhansi writes "I what to insert arabic language records instead of English language into SQL"

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2007-02-12 : 22:36:51
you need to use unicode datatypes (nchar, nvarchar, ntext). Look these up in Books Online for more info. You also need to use an arabic language compatible collation on the column.

This blog entry describes how to make this work http://nayyeri.net/archive/2005/12/20/Non_2D00_English-languages-and-SQL-Server.aspx



-ec
Go to Top of Page
   

- Advertisement -