AspNetCore.Docs/aspnet/web-forms/videos/sql-2005/enabling-full-text-search-i...

1.5 KiB

uid title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
web-forms/videos/sql-2005/enabling-full-text-search-in-your-text-data Enabling Full-Text Search in your Text Data | Microsoft Docs 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 qu... aspnetcontent wpickett 11/14/2006 article f42dba2b-7efd-4f1e-8bed-f3816edcf44a dotnet-webforms .net-framework /web-forms/videos/sql-2005/enabling-full-text-search-in-your-text-data video

Enabling Full-Text Search in your Text Data

by 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)

[!div class="step-by-step"] Previous