Hi,
I have the problem to save data of different languages in a table in MS SQL 2000.
The data is stored in one Column (nvarchar) and is connected with a foreign key to the specific language.
It contains english and japanese values with different fonts.
Is it possible to do a search over this column and get results of both languages (e.g. where column like N'a%') or is any tool available? The japanese fontset also has synonyms for this letter.
I have the problem to save data of different languages in a table in MS SQL 2000.
The data is stored in one Column (nvarchar) and is connected with a foreign key to the specific language.
It contains english and japanese values with different fonts.
Is it possible to do a search over this column and get results of both languages (e.g. where column like N'a%') or is any tool available? The japanese fontset also has synonyms for this letter.