| title | sys.fulltext_index_catalog_usages (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | sys.fulltext_index_catalog_usages returns a row for each full-text catalog to full-text index reference. | ||||
| author | rwestMSFT | ||||
| ms.author | randolphwest | ||||
| ms.date | 07/09/2026 | ||||
| ms.service | sql | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
||||
| monikerRange | =azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb |
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]
Returns a row for each full-text catalog to full-text index reference.
| Column name | Data type | Description |
|---|---|---|
object_id |
int | ID of the full-text indexed table. Unique within the database. |
index_id |
int | ID of full-text index. |
fulltext_catalog_id |
int | ID of full-text catalog. |
[!INCLUDE ssCatViewPerm]