I tried to store Arabic string in SQL 2008 database but it converted to \" question mark \" why ? and what should I do ?
All of what you have to do is to make sure that
the column Data type is nvarchar()
column Data type
nvarchar()
after that I inserted Arabic with no problems