Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.78 KB

File metadata and controls

45 lines (38 loc) · 1.78 KB
title sys.fulltext_system_stopwords (Transact-SQL)
description sys.fulltext_system_stopwords provides access to the system stoplist.
author rwestMSFT
ms.author randolphwest
ms.date 07/09/2026
ms.service sql
ms.subservice system-objects
ms.topic reference
f1_keywords
sys.fulltext_system_stopwords_TSQL
sys.fulltext_system_stopwords
fulltext_system_stopwords_TSQL
fulltext_system_stopwords
helpviewer_keywords
sys.fulltext_system_stopwords catalog view
stoplists [full-text search]
full-text search [SQL Server], stopwords
stopwords [full-text search]
dev_langs
TSQL
monikerRange =azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb

sys.fulltext_system_stopwords (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]

Provides access to the system stoplist.

Column name Data type Description
stopword nvarchar(64) The term that is considered for a stop-word match.
language_id int Locale identifier (LCID) of the language. This LCID is used for word breaking.

Permissions

[!INCLUDE ssCatViewPerm]

Related content