I have an nvarchar column that contains English and Japanese text. I want to do a full text search in this column. When setting up full-text search, we need to specify the language option for interrupting a word (for example, using an English job breaker or a Japanese word breaker). I wonder in this case, in what language should I nominate? I'm not sure if someone working in Japanese works in English.
I am using SQL Server 2008 Enterprise.
thanks in advance George
-breaker, ( ).
,
.
. - CONTAINS , , :
SELECT Name, Color FROM Production.Product WHERE CONTAINS((Name, Color), 'Red');
, CASE/IF, . TSQL DATALENGTH(), , .
Source: https://habr.com/ru/post/1770070/More articles:hibernate 'open session in view' and asynchronous tasks - javaImproving php development reliability - version-controlUsing VS2010 to debug code executed in Linqpad - debuggingМогу ли я использовать Entity Framework для этого? - .netparse long to negative number - javaHow to make my mobile site automatically adjust the screen resolution? - cssDestroy custom SOAP / XML for objects - c #Select Query does not work with WHERE clasue when there is a space in the Column Name field - sql-serverDomain driven design. Aggregate Roots with Large Collections - nhibernateIf a class is a plan for objects, then what about a static class? - c #All Articles