SQL Server Full-Text Replacement

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lennin

    SQL Server Full-Text Replacement

    Hello!

    I am looking for a SQL server Full-Text replacement.
    Does anybody know an alternative product that does full-text on db
    columns?

    This is my situation:

    I have large databases 40gb with varchar(200) fields.
    That I would like full-text index, so that later I could make CONTAINS
    queries.

    I have a production server where the indexes are used, and other
    server where I would like to build the indexes and later move them to
    the production server.

    So far the process has been rather painful with Microsoft Full-Text,
    the indexes take several days to build, and moving them accross
    servers is troublesome.

    Thank You,

    Lennin
Working...