The sqlftwiz utility allows the Full-Text Indexing Wizard to be executed using a command prompt utility. The Full-Text Indexing Wizard can also be started from SQL Server Enterprise Manager. Use the Full-Text Indexing Wizard to define full-text indexing on Microsoft® SQL Server™ 2000 text-based columns with either an existing full-text catalog, or a new full-text catalog. The Full-Text Indexing Wizard also creates or modifies population schedules that determine when the information stored in the full-text catalog is updated.
sqlftwiz
{/n | {/ulogin_id /ppassword}}
[/sserver_name[\instance_name]]
[/ddatabase_name]
There must be no space between a switch and its corresponding value.
For information about where to find or how to run this utility, see Getting Started with Command Prompt Utilities.
This example runs the sqlftwiz utility against the Northwind database on a server named MyServer.
sqlftwiz /sMyServer /n /dNorthwind