sys.dm_fts_index_keywords_by_document

full-text
#full-text#dmv

Description

Returns information about the document-level content of a full-text index associated with the sys.dm_fts_index_keywords_by_document is a dynamic management function. sys.dm_fts_index_keywords (Transact-SQL) sys.dm_fts_index_keywords_by_property (Transact-SQL) function. This function accepts a database name and returns the database ID, which sys.dm_fts_index_keywords_by_document uses to find the specified database. If

Syntax

sys.dm_fts_index_keywords_by_document (
DB_ID('database_name'), OBJECT_ID('table_name')
)