Full text search SQL 2005 Express
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
[233 byte] By [
newvisva] at [2007-11-19 19:13:27]

# 3 Re: Full text search SQL 2005 Express
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.
# 4 Re: Full text search SQL 2005 Express
the SQL Server 2005 Features Comparison ( http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx)
shows that Full-text Search is not supported on express edition.
use the workgroup edition or check:
http://support.dtsearch.com/faq/dts0111.htm
hspc at 2007-11-9 13:46:26 >
