--- title: "sys.sysfulltextcatalogs (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/15/2017" ms.prod: "sql-non-specified" ms.prod_service: "database-engine, pdw" ms.service: "" ms.component: "system-compatibility-views" ms.reviewer: "" ms.suite: "sql" ms.technology: - "database-engine" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords: - "sysfulltextcatalogs" - "sys.sysfulltextcatalogs_TSQL" - "sysfulltextcatalogs_TSQL" - "sys.sysfulltextcatalogs" dev_langs: - "TSQL" helpviewer_keywords: - "sys.sysfulltextcatalogs compatibility view" - "sysfulltextcatalogs system table" ms.assetid: 18ac6ad5-01e8-428f-8422-a9ca29626977 caps.latest.revision: 38 author: "BYHAM" ms.author: "rickbyh" manager: "jhubbard" ms.workload: "Inactive" --- # sys.sysfulltextcatalogs (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-pdw-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-pdw-md.md)] Contains information about the full-text catalogs. > [!IMPORTANT] > [!INCLUDE[ssnoteCompView](../../includes/ssnotecompview-md.md)] |Column name|Data type|Description| |-----------------|---------------|-----------------| |**ftcatid**|**smallint**|Identifier of the full-text catalog.| |**name**|**sysname**|Full-text catalog name specified by the user.| |**status**|**smallint**|[!INCLUDE[ssInternalOnly](../../includes/ssinternalonly-md.md)]| |**path**|**nvarchar(260)**|Root path specified by the user.

NULL = Path was not specified. The default (installation) path was used.| ## See Also [Mapping System Tables to System Views (Transact-SQL)](../../relational-databases/system-tables/mapping-system-tables-to-system-views-transact-sql.md) [Compatibility Views (Transact-SQL)](~/relational-databases/system-compatibility-views/system-compatibility-views-transact-sql.md)