Hi,
Just wanted to know if Full text search is available in SQL 2005 Express Edition? If no, then the only way to mimic full text search by using the "like" keyword in our SQL statement?
Any other ideas? Thanks Alot
Printable View
Hi,
Just wanted to know if Full text search is available in SQL 2005 Express Edition? If no, then the only way to mimic full text search by using the "like" keyword in our SQL statement?
Any other ideas? Thanks Alot
What do you mean by Full text search?
The features called "Full text search"... like linguistic search of character data.
Since I've got to know that there isn't any FTS feature in the Express Edition... Is there any 3rd FTS tools that I can use to integrate into SQL 2005 Express. I don't mind if I need to pay for the tools.
the SQL Server 2005 Features Comparison
shows that Full-text Search is not supported on express edition.
use the workgroup edition or check:
http://support.dtsearch.com/faq/dts0111.htm
Thanks hspc,
Your info is useful for me.