sys.sp_fulltext_catalog
general #stored-procedure
Description
Creates and drops a full-text catalog, and starts and stops the indexing action for a catalog. Multiple full-text catalogs can be created for each database.
Syntax
sp_fulltext_catalog
[ @ftcat = ]
N
'ftcat'
, [ @action = ]
'action'
[ , [ @path = ]
N
'path'
]
[ ; ]