| title | sys.fulltext_stoplists (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | sys.fulltext_stoplists contains a row per full-text stoplist in the database. | ||||
| 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]
Contains a row per full-text stoplist in the database.
| Column name | Data type | Description |
|---|---|---|
stoplist_id |
int | ID of the stoplist, unique within the database. |
name |
sysname | Name of the stoplist. |
create_date |
datetime | Date that stoplist was created. |
modify_date |
datetime | Date that stoplist was last modified using any ALTER statement. |
principal_id |
int | ID of the database principal that owns the stoplist. |
[!INCLUDE ssCatViewPerm]
- System catalog views (Transact-SQL)
- Object catalog views (Transact-SQL)
- sys.fulltext_system_stopwords (Transact-SQL)
- sys.fulltext_stopwords (Transact-SQL)
- Configure and Manage Stopwords and Stoplists for Full-Text Search
- CREATE FULLTEXT STOPLIST (Transact-SQL)
- ALTER FULLTEXT STOPLIST (Transact-SQL)
- DROP FULLTEXT STOPLIST (Transact-SQL)