all groups > sql server programming > february 2006 >
You're in the

sql server programming

group:

Full-text search



Full-text search Maya
2/18/2006 4:42:10 PM
sql server programming: Hello, I have a full-text enabled field in my table has the following
content as an example:

"SQL Server is a comprehensive, integrated, end-to-end data solution
that empowers your people by providing a more secure, reliable, and
productive platform for enterprise data and BI applications. SQL Server
2005 delivers powerful, familiar tools to IT professionals as well as
to information workers, reducing the complexity of creating, deploying,
managing, and using enterprise data and analytical applications on
platforms ranging from mobile devices to enterprise data systems."

My question: Is there a way to return only the text that follows a
keyword specified as a parameter in the select statement? for example
the above content would be selected if i search for "reducing" but i
would like to return in that case:

"reducing the complexity of creating, deploying, managing, and using
enterprise data and analytical applications on platforms ranging from
mobile devices to enterprise data systems." as that piece of text
follows the word "reducing"

Any ideas would be appreciated.

Thanks,

Maya
Re: Full-text search Hilary Cotter
2/19/2006 12:00:00 AM
http://groups.google.com/group/microsoft.public.sqlserver.fulltext/msg/81eb71cac37c6cf3?dmode=source

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: Full-text search Maya
2/19/2006 3:12:22 PM
Thanks a lot Hilary, that worked exactly as i wanted. It saved me a lot
of hassles!

Many thanks again!

Maya
AddThis Social Bookmark Button