24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
|
---
|
||
|
title: "Enabling Full-Text Search in your Text Data | Microsoft Docs"
|
||
|
author: microsoft
|
||
|
description: "Full-Text search allows you to save large portions of text - even Microsoft Word documents, or other file formats - into your database and perform complex qu..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 11/14/2006
|
||
|
ms.topic: article
|
||
|
ms.assetid: f42dba2b-7efd-4f1e-8bed-f3816edcf44a
|
||
|
ms.technology: dotnet-webforms
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /web-forms/videos/sql-2005/enabling-full-text-search-in-your-text-data
|
||
|
msc.type: video
|
||
|
---
|
||
|
Enabling Full-Text Search in your Text Data
|
||
|
====================
|
||
|
by [Microsoft](https://github.com/microsoft)
|
||
|
|
||
|
Full-Text search allows you to save large portions of text - even Microsoft Word documents, or other file formats - into your database and perform complex queries based on this textual data while expecting great performance. This lesson demonstrates how to set up Full-Text search paying particular attention to the nuances of setting it up within SQL Server Express. Then we move to creating full-text indexes, configuring the index population settings, and performing queries that demonstrate the power of the CONTAINS predicate and its many, many variations.
|
||
|
|
||
|
[▶ Watch video (38 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/enabling-full-text-search-in-your-text-data)
|
||
|
|
||
|
>[!div class="step-by-step"]
|
||
|
[Previous](creating-and-using-stored-procedures.md)
|