Monday, March 12, 2012

How to add languages to the table sys.fulltext_languages?

HELLO ALL!

select * from sys.fulltext_languages

this query results nothing, so I need to add languages to sqlserver to be used with FTS.

Is there any way to do that?

THANK YOU!!!

It is best to not post multiple versions of your question like this. Post and wait for a response. That shows respect for the folks here since they don't have to spend time answering a question that was answered in another posting.

|||


See the follwing links for clarification:

default full-text language Option
"The default value of this option is the language of the server."
http://msdn2.microsoft.com/en-us/library/ms180854.aspx

Setting Server Configuration Options

http://msdn2.microsoft.com/en-us/library/ms189631.aspx


sys.fulltext_languages (Transact-SQL)
http://msdn2.microsoft.com/en-us/library/ms176076.aspx

Jens K. Suessmeyer.

http://www.sqlserver2005.de

No comments:

Post a Comment