I currently store my string fields in SQL Server as varchar(x)
. The Database stores records from across the globe, but non standard characters, such as 'glyphics from Asia or Cyrillic Script/Azbuka from Russia appear as '?????????????' question marks.
How can I prevent this from happening and what are the ramifications of changing SQL Server to handle such input.