SQL Server Full-Text Replacement -
07-27-2003
, 12:05 PM
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 |