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 launched from SQL Server Enterprise Manager. Use the Full-Text Indexing Wizard to define full-text indexing on Microsoft® SQL Server™ 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] [/sserver_name] [/ulogin_id] [/ppassword] [/ddatabase_name]
There must be no space between a switch and its corresponding value.
This example runs the sqlftwiz utility against the Northwind database on a server named MyServer.
sqlftwiz /sMyServer /usa /ppassword /dNorthwind
CONTAINS | Full-text Querying SQL Server Data |
FREETEXT |