How to: Create a Full-Text Stoplist (SQL Server Management Studio)
This topic shows how to create a full-text stoplist by using SQL Server Management Studio.
To create a full-text stoplist
In Object Explorer, expand the server.
Expand Databases, and then expand the database in which you want to create the full-text stoplist.
Expand Storage, and then right-click Full-Text Stoplists.
Select New Full-Text Stoplist.
Specify the stoplist name.
Optionally, specify someone else as the stoplist owner.
Select one of the following create stoplist options:
Create an empty stoplist
Create from the system stoplist
Create from an existing full-text stoplist
For more information, see New Full-Text Stoplist (General Page).
Click OK.
See Also