I've been trying to update a record with hebrew texy into a DB table, and it shown as "??????". Here's my command:
UPDATE HebrewTbl
SET HebrewVal = N'ראשונה'
WHERE Id = 1
GO
All solutions I found over the Internet ended up in adding that N in the beginning, but in my case the problem continues.
Please advise. Thanks in advance