Full-Text Search in SQL Server 2005 provides specialized indexing for fast keyword-based queries on text data. Unlike standard SELECT with LIKE patterns which scan entire tables, Full-Text Search builds inverted indexes allowing efficient searches for words, phrases (even with proximity), and inflectional forms. Option B incorrectly describes Service Broker (message-based communication), and Option C describes Database Mail, both unrelated to Full-Text Search.