Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 full text search in sql server 2005 alternative

Author  Topic 

sparrow37
Posting Yak Master

148 Posts

Posted - 2010-02-07 : 13:18:39
Hi all,

I have a website which uses full text search. It was working fine on my web host. LAst month, I changed hosting to godaddy.com. They dont support full text search and now my website is not working properly. Please suggest me what change should i make in my stored procedures that they work same as they work with full text. what is alternative to full text search. I tried using LIKE but it doesnt work same way.

Please help me on this.

Regards,

Asif Hameed

Kristen
Test

22859 Posts

Posted - 2010-02-08 : 02:20:36
There isn't an alternative to Full Test Searching - that is, after all, why it is there

You could split all the words in the Text field(s) into a table of Keywords - but that wouldn't give you stem words and the like, it would also be a huge amount of work.

I suggest getting some hosting that supports Free Text.
Go to Top of Page
   

- Advertisement -