Adding Enhanced Full-Text Search engines

You can add Enhanced Full-Text Search engines after your initial start-up by issuing sp_addserver from isql:

sp_addserver server_name [, server_class [, physical_name]]

where:

For more information, see sp_addserver in the Reference Manual.

For example, to add a Enhanced Full-Text Search engine named BLUE, enter:

sp_addserver BLUE, sds, BLUE

After you configure and start the Enhanced Full-Text Search engine, you can use the following syntax to see if you can connect to the Enhanced Full-Text Search engine from the Adaptive Server:

server_name...sp_show_text_online

For example, to connect to a server named BLUE, enter:

BLUE...sp_show_text_online