Thanks for your quick response.
Will change it to varbinary(Max) help? or change to XML type as describe in this article?
http://msdn.microsoft.com/en-us/library/ms142507.aspx
[quote]
For plain text content
When your content is plain text, you can convert it to the xml data type and add language tags that indicate the language corresponding to each specific document or document section. For this to work, however, you need to know the language before full-text indexing.
[/quote]
Regards,
Ken
--
Free News Reader
http://put.hk
http://put.hk/reader/news.microsoft.com/microsoft.public.sqlserver.fulltext.html
> Ken,
> SQL Server full-text definitions are at the column level, not the row. So,
[quoted text clipped - 21 lines]
> > http://put.hk
> > http://put.hk/reader/news.microsoft.com/microsoft.public.sqlserver.fulltext.html
Dragonjoke - 16 Aug 2008 05:01 GMT
Second question:
What if I just want to enable Full Text Search for 1 specify language, say Chinese? Any performance drawback (Both building index and sql enquiry) if there are only 1/4 rows of whole table is Chinese text?
--
Free News Reader
http://put.hk
http://put.hk/reader/news.microsoft.com/microsoft.public.sqlserver.fulltext.html
> Thanks for your quick response.
> Will change it to varbinary(Max) help? or change to XML type as describe in this article?
[quoted text clipped - 34 lines]
> > > http://put.hk
> > > http://put.hk/reader/news.microsoft.com/microsoft.public.sqlserver.fulltext.html
Hilary Cotter - 20 Aug 2008 12:11 GMT
Word and XML have language aware tags in them. In XML you will have to add
them in Word they are automatically there.
Then when you index the content will be indexed according to the language
tags, no matter what you specified the word breaker language to be for the
table.
Now when you search you will need to specify the language in your query. The
problem is if you search on english words, and specify the chinese languge
in your query you will get documents in all languages. If you search on
Chinese word and specify the Chinese language in your query you will get
documents in all languges which contain those characters you are searching
on.
However, this will probably work for you.
> Second question:
>
[quoted text clipped - 52 lines]
>> > > http://put.hk
>> > > http://put.hk/reader/news.microsoft.com/microsoft.public.sqlserver.fulltext.html