开发者

sql server 2005 word breakers language

开发者 https://www.devze.com 2023-02-14 12:58 出处:网络
I have an existing db with Full Text Search in sql server 2005. Word breakers are set in language X. I want to change all of the word breaker languages on all of my full text indexes to language Y.

I have an existing db with Full Text Search in sql server 2005. Word breakers are set in language X.

I want to change all of the word breaker languages on all of my full text indexes to language Y.

Can someone suggest a开发者_运维问答 way to do this with SQL script.

What I have to do now is go to: sql server mgmt studio / my_db / storage / full text catalogs / my_catalog / properties / tables/views / and change Language for Word Breaker property one at the time.


Attach SQL Profiler and see what it does, then replicate it

0

精彩评论

暂无评论...
验证码 换一张
取 消