I have a table with a column, which stores a text. But that column is multi-language.

For each text, language is defined by another column.

My question is how to use fulltext search for that column?

Are there some solutions besides using different columns for each language or using views in SQL Server 2012?

link|improve this question
... The only thing that's coming to me is maybe storing them in different actual tables, which is maybe not the best way. I might partition the table, and I'd probably create language-specific views (for developers, at least), but you're probably going to want to be able to switch language based on a provided parameter, without dynamic SQL. As for searching... I'd just do that as normal. Or do you have some special need you need to list as a requirement? – X-Zero Dec 27 '11 at 17:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.