sys.sp_fulltext_table
general #stored-procedure
Description
Marks or unmarks a table for full-text indexing. A one-part or two-part table name. The table must exist in the current database. , with no default, and can be one of these This feature will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
Syntax
sp_fulltext_table
[ @tabname = ]
N
'tabname'
, [ @action = ]
'action'
[ , [ @ftcat = ]
N
'ftcat'
]
[ , [ @keyname = ]
N
'keyname'
]
[ ; ]