|
-
March 3rd, 2006, 03:11 AM
#1
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
Back after a long hibernation.
-
March 6th, 2006, 11:37 AM
#2
Re: Full text search SQL 2005 Express
What do you mean by Full text search?
Can you help me with my homework assignment?, Before you post!, Use code tags, How to post!, Codeguru technical FAQs, C++ FAQ Lite, Stroustrup: C++ Style and Technique FAQ, Guru of the Week, Comeau C and C++ FAQs, Comeau C++ Templates FAQs, CUJ @ DDJ, Spam threshold
My Blogs : Learning C++ is fun | Abnegator's reflections
Open Threads : C++ Aha! Moments | Nature of work in C++?
-
March 7th, 2006, 05:27 AM
#3
Re: Full text search SQL 2005 Express
The features called "Full text search"... like linguistic search of character data.
Back after a long hibernation.
-
March 7th, 2006, 05:29 AM
#4
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.
Back after a long hibernation.
-
March 7th, 2006, 08:56 AM
#5
Re: Full text search SQL 2005 Express
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
-
March 7th, 2006, 08:05 PM
#6
Re: Full text search SQL 2005 Express
Thanks hspc,
Your info is useful for me.
Back after a long hibernation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|