I tried to store Arabic string in SQL 2008 database but it converted to \" question mark \" why ? and what should I do ?
insert into table (column) values (N'xxx').)
You should put N before string to make it unicode