Multiple choice technology web technology

What is Full Text Search in SQL Server 2005?

  1. Allows fast and flexible indexing for keyword based query

  2. Provides a message based communication platform

  3. Supports sending Email from the database

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Full Text Search in SQL Server 2005 provides specialized indexing and querying capabilities for text data stored in character columns. It enables fast linguistic searches for words and phrases, supporting features like stemming, thesaurus lookups, and proximity searches. Option B describes Service Broker and option C describes Database Mail, both unrelated features.