| title | Create Full-Text Search Queries (Visual Database Tools) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.custom | ||||
| ms.date | 03/06/2017 | |||
| ms.prod | sql-server-2014 | |||
| ms.reviewer | ||||
| ms.technology | ssms | |||
| ms.topic | conceptual | |||
| helpviewer_keywords |
|
|||
| ms.assetid | 537fa556-390e-4c88-9b8e-679848d94abc | |||
| author | stevestein | |||
| ms.author | sstein | |||
| manager | craigg |
Full-text searches use the CONTAINS predicate to locate rows that have specified text in a given column. Full-Text searches are only possible on columns that have active full-text indexes. If you attempt to use the CONTAINS clause on a column that does not have a currently active full-text index, you will receive an error. For more information on full-text indexes and the CONTAINS clause, see Full-Text Search and CONTAINS (Transact-SQL).
-
Open a query from Solution Explorer or create a new one.
-
In the WHERE clause of your query, use the CONTAINS function to search a full-text column.
Supported Query Types (Visual Database Tools)
Design Queries and Views How-to Topics (Visual Database Tools)
Perform Basic Operations with Queries (Visual Database Tools)