sys.sp_help_fulltext_tables

general
#stored-procedure

Description

Returns a list of tables that are registered for full-text indexing.

Syntax

sp_help_fulltext_tables
[ [ @fulltext_catalog_name = ]
N
'fulltext_catalog_name'
]
[ , [ @table_name = ]
N
'table_name'
]
[ ; ]