CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    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.

  2. #2
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

  3. #3
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    Re: Full text search SQL 2005 Express

    The features called "Full text search"... like linguistic search of character data.
    Back after a long hibernation.

  4. #4
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    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.

  5. #5
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    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
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  6. #6
    Join Date
    Jun 2003
    Location
    Malaysia (P.J)
    Posts
    410

    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
  •  





Click Here to Expand Forum to Full Width

Featured