With Enhanced Full-Text Search Specialty Data Store, you can use the sp_text_configure system procedure to change the value of a configuration parameter. The syntax is:
sp_text_configure server_name, config_name, config_value
where:
server_name is the name of the Full-Text Search engine
config_name is the name of the configuration parameter
config_value is the value you assign to the configuration parameter
For more information, see sp_text_configure.