Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

full text search using sql server 2008

I had installed sql server 2008 express edition with tools but I need to use full text search which i understand is missing in the edition that I have.

How do I go about upgrading to get full text search feature? As it was an online installation I don't have any installation media stored on my computer

Can I use something else?

like image 202
Sneha Avatar asked Mar 27 '09 16:03

Sneha


2 Answers

There is a downloadable version of SQL Server 2008 Express Edition with Advanced Tools which does include full text indexing. Freely downloadable from Microsoft web site.

http://www.microsoft.com/downloads/details.aspx?FamilyID=b5d1b8c3-fda5-4508-b0d0-1311d670e336&displaylang=en

like image 68
David M Avatar answered Sep 21 '22 05:09

David M


You should run "SQL Server 2008 Express Edition with Advanced Tools" installation and specify "configure existing installation" option.

like image 33
Konstantin Tarkus Avatar answered Sep 22 '22 05:09

Konstantin Tarkus