What is the sql statement for searching in text using MS SQL Server 2008?

Posted by SzamDev on Stack Overflow See other posts from Stack Overflow or by SzamDev
Published on 2010-06-02T18:21:42Z Indexed on 2010/06/02 18:24 UTC
Read the original article Hit count: 148

Filed under:

Hi

If I have text sotred in my DB, for example:

"There are 2 books on the table".

Maybe the user wants to search for "books" or the user wants to search in this text for any thing.

What is the best SQL Statement to do that?.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about sql-server-2008