title: "sys.fulltext_stopwords (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "06/10/2016" ms.prod: "sql" ms.prod_service: "database-engine, sql-database" ms.service: "" ms.component: "system-catalog-views" ms.reviewer: "" ms.suite: "sql" ms.technology:
- "database-engine" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords:
- "fulltext_stopwords_TSQL"
- "fulltext_stopwords"
- "sys.fulltext_stopwords"
- "sys.fulltext_stopwords_TSQL" dev_langs:
- "TSQL" helpviewer_keywords:
- "stoplists [full-text search]"
- "full-text search [SQL Server], stopwords"
- "sys.fulltext_stopwords catalog view"
- "stopwords [full-text search]" ms.assetid: 79787bb7-d729-448e-b56a-0a467bbb304f caps.latest.revision: 29 author: "douglaslMS" ms.author: "douglasl" manager: "craigg" ms.workload: "Inactive" monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-allversions"
[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx-md]
Contains a row per stopword for all stoplists in the database.
| Column name | Data type | Description |
|---|---|---|
| stoplist_id | int | ID of the stoplist to which stopword belongs. This ID is unique within the database. |
| stopword | nvarchar(64) | The term to be considered for a stop-word match. |
| language | sysname | Is either the value of the alias in sys.fulltext_languagescorresponding to the value of the locale identifier (LCID), or is the string representation of the numeric LCID. |
| language_id | int | LCID used for word breaking. |
[!INCLUDEssCatViewPerm]
Catalog Views (Transact-SQL)
Object Catalog Views (Transact-SQL)
Configure and Manage Stopwords and Stoplists for Full-Text Search
sys.fulltext_stoplists (Transact-SQL)
sys.fulltext_system_stopwords (Transact-SQL)