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\
Copied from comment so question can be set to answered per suggestion of this post.
Set your column to nvarchar and have the correct collation enabled to allow Hebrew characters.