Microsoft
70-451 · Question #101
You have a server that runs SQL Server 2008. The server supports an online application. New products are constantly being added to a database stored on the server. You identify the following…
The correct answer is D. Implement Full-Text Search. See the full explanation below for the reasoning.
Question
You have a server that runs SQL Server 2008. The server supports an online application. New products are constantly being added to a database stored on the server. You identify the following:
- Searches often take too long
- Users cannot search by using multiple criteria
- Users cannot adequately search product descriptions
- Most queries that search the product descriptions use "LIKE *%...%"'
as the filter predicate You need to recommend a search process that meets the following requirements:
- Reduces the amount of time it takes to return search results
- Enables users to filter searches by using multiple criteria
- Enables users to search product descriptions
- Minimizes administrative effort
- Minimizes development costs
What should you do?
Options
- ACreate a stoplist that contains the product descriptions.
- BCreate a nonclustered index and include the product description.
- CCreate filtered indexes on the product description.
- DImplement Full-Text Search.
How the community answered
(26 responses)- A4% (1)
- B15% (4)
- C4% (1)
- D77% (20)
Community Discussion
No community discussion yet for this question.