May 19, 2006 at 10:45 am
Can someone please briefly explain to me what a full text catalog is?
Thanks for any help
erik
Dam again!
May 22, 2006 at 8:50 am
In SQL Server 2000 and below a Full text index uses the Full text Catalog in Microsoft Search service which is a separate install. If you use CONTAIN and FREETEXT predicates and the table version of both CONTAINSTABLE and FREETEXTTABLE you must populate the Full text Catalog in Microsoft Search service to get expected result. I think in SQL Server 2005 Microsoft Search service is not separate but you still need to populate the Full text Catalog to get expected result. Try the link below for a simple Full text tutorial, remember to use the links at the end of the tutorial. Hope this helps.
http://www.databasejournal.com/features/mssql/article.php/1438211
Kind regards,
Gift Peddie
Kind regards,
Gift Peddie
May 22, 2006 at 9:01 am
thank you for the resource...
erik
Dam again!
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply