You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.