Viewing 6 posts - 1 through 7 (of 7 total)
I think the web app changed my sql statement
if looks the same it should be replacing "& lt;" to "<" and "& gt:' to "<", no space between &...
December 13, 2013 at 12:50 pm
No, it would not work because it inside the root. This XML has to be outside the root.
Actually the previous idea was good. I could make it to work perfectly....
December 13, 2013 at 12:43 pm
Its' a select statement directly from table with fields
Select doc.col1, doc.col2, doc.col3
from TestTable as doc
for xml path ('doc')
the result is one XML column or you can say it's one column,...
December 12, 2013 at 11:36 am
does anyone has experience to handle multi languages in a single column for FTS? If so, how to do that? I knew exactly there are 2 languages in the column...
April 22, 2013 at 6:56 am
SQL 2008 R2. I am using FREETEXTTABLE
April 18, 2013 at 9:26 am
Thanks. I read that but sounds like each column can have one specific language. My question was can ONE column stores multi lingual (English&French) for FTS? Because I can't get...
April 18, 2013 at 9:11 am
Viewing 6 posts - 1 through 7 (of 7 total)