SQL Server Full text search

  • Hi,

    I am new to full text search. I have some questions.

    1. Does SQL Server full-Text search, search only on text data or can it search on Binary data?

    2. There are many ways to stores files in SQL Server. Can Full-text search, search the content of the document? If yes...how do we implement this.

    Ashok Jebaraj

  • To answer you're questions

    1) Yes, you can also search on BLOB data and documents like .doc or .pdf files stored in your database.

    2) Implementing it is pretty easy, though you have to become familiar with some new concepts and syntax. See here[/url] for more info.

    [font="Verdana"]Markus Bohse[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply