| title | DROP FULLTEXT CATALOG (Transact-SQL) | Microsoft Docs | |||||
|---|---|---|---|---|---|---|
| ms.custom | ||||||
| ms.date | 03/14/2017 | |||||
| ms.prod | sql-non-specified | |||||
| ms.reviewer | ||||||
| ms.suite | ||||||
| ms.technology |
|
|||||
| ms.tgt_pltfrm | ||||||
| ms.topic | language-reference | |||||
| f1_keywords |
|
|||||
| dev_langs |
|
|||||
| helpviewer_keywords |
|
|||||
| ms.assetid | b54efb0b-400b-49ce-923b-ce20a2a12255 | |||||
| caps.latest.revision | 21 | |||||
| author | BYHAM | |||||
| ms.author | rickbyh | |||||
| manager | jhubbard |
[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx_md]
Removes a full-text catalog from a database. You must drop all full-text indexes associated with the catalog before you drop the catalog.
Transact-SQL Syntax Conventions
DROP FULLTEXT CATALOG catalog_name
catalog_name
Is the name of the catalog to be removed. If catalog_name does not exist, [!INCLUDEmsCoName] [!INCLUDEssNoVersion] returns an error and does not perform the DROP operation. The filegroup of the full-text catalog must not be marked OFFLINE or READONLY for the command to succeed.
User must have DROP permission on the full-text catalog or be a member of the db_owner, or db_ddladmin fixed database roles.
sys.fulltext_catalogs (Transact-SQL)
ALTER FULLTEXT CATALOG (Transact-SQL)
CREATE FULLTEXT CATALOG (Transact-SQL)
Full-Text Search