Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » how to obtain SQL Server FullText Search service?
Closed Thread
Old 03-08-2009, 12:27 PM   #1 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default how to obtain SQL Server FullText Search service?

I did a full installation of SQL Server 2008 Express. Looking at Add / Remove Programs, I see the following pertinent programs installed:
SQL Server 2008
SQL Server 2008 Browser
SQL Server 2008 Management Objects
SQL Server 2008 Native Client
SQL Server 2008 Setup Support File (English)
SQL Server Compact 3.5 SP1 Design Tools English
SQL Server Compact 3.5 English
SQL Server Database Publishing Wizard 1.3
SQL Server VSS Writer
SQL Server System CLR Types

And of course I also have installed .Net Framework 3.5 SP1.

I'm now trying to obtain sample SQL databases. To this end, and by the advice of others, I'm trying to install SQL2008.AdventureWorks_All_Databases.x86.msi. But whether I try to install "Sample Files" or "Create AdventureWorks DBs", I keep getting the following error:

PrepInstance() failed for MSSQL$SQLEXPRESS.
The following features are missing: Full Text Search

Running services.msc shows the following local services (but not SQL Server FullText Search):
SQL Active Directory Helper Service
SQL Server (SQLEXPRESS)
SQL Server Agent (SQLEXPRESS)
SQL Server Browser
SQL Server VSS Writer

Does anyone know how I can obtain the FullText Search service for SQL Server 2008 Express?
BobLewiston is offline  
Old 03-08-2009, 02:01 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: how to obtain SQL Server FullText Search service?

edit - found something better; just skimmed it

SQL Server 2008 - Installing the AdventureWorks Sample Databases Stuart Cox’s Tech Punch






looks like what you want...need to register tho

Jumpstart TV - Installing SQL Server Full Text Search

Last edited by office politics; 03-08-2009 at 02:15 PM.
office politics is offline  
Old 03-08-2009, 04:14 PM   #3 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

office politics:

The link you gave me, SQL Server 2008 - Installing the AdventureWorks Sample Databases Stuart Cox’s Tech Punch (SQL Server 2008 - Installing the AdventureWorks Sample Databases Stuart Cox’s Tech Punch) points me to another link,
How To Enable FILESTREAM Feature On SQL Server 2008 (How To Enable FILESTREAM Feature On SQL Server 2008 Stuart Cox’s Tech Punch), which says:

To enable FILESTREAM feature on SQL Server 2008:

Open SQL Server Configuration Manager (Start > Programs > Microsoft SQL Server 2008 > Configuration Tools > SQL Server Configuration Manager)

Although I have all the SQL Server components I've listed above, SQL doesn't appear on my Programs menu or on my desktop. I don't have any idea why. I could try to guess which .exe on my hard drive is the correct one and run it, but I may guess wrong and somehow cause myself real problems that way. Any suggestions about what I should do to enable FILESTREAM in SQL, as well as to get SQL on my Programs menu?
BobLewiston is offline  
Old 03-08-2009, 05:19 PM   #4 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: how to obtain SQL Server FullText Search service?

i would prolly repair the install via add remove programs
office politics is offline  
Old 03-08-2009, 06:18 PM   #5 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

office politics:

I reinstalled SQL Server. It appeared in the Programs menu. I went into SQL Server Configuration Manager to enable FILESTREAM in order to in turn enable "Full-text Filter Daemon Launcher Service". SQL Server Configuration Manager said FILESTREAM was already enabled. Thinking that perhaps FILESTREAM had just been enabled on the reinstallation of SQL Server, I clicked OK (not cancel) and again tried to install AdventureWorks, but it again said that the Full Text Search feature is missing.

Plus, when I reinstalled SQL Server, I had to chose the SQL Server with Tools install option (which I had chosen the first time) in order to reinstall it, because when I tried the SQL Server Advanced Features install option first, the Install Wizard, which actually downloads files for the install, said on each of 3 attempts that those files appeared to be corrupted.

This is certainly getting to be a royal pain in the ***. I do appreciate your help, but I confess I'm starting to get a little discouraged. But what can I do? I need this capability.
BobLewiston is offline  
Old 03-08-2009, 06:20 PM   #6 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

Moderator:

Sorry about your need for asterisks - I forgot where you were located.
BobLewiston is offline  
Old 03-08-2009, 06:25 PM   #7 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default Re: how to obtain SQL Server FullText Search service?

run this query

Code:
SELECT SERVERPROPERTY('IsFullTextInstalled')

SQL SERVER - 2008 - Download and Install Samples Database AdventureWorks 2005 - Detail Tutorial Journey to SQL Authority with Pinal Dave

Quote:
on January 5, 2009 at 12:49 pm Salil
Hi,

The Full Text Search service was stopped , I had to enable it from the
Sql Server Configuration Manager -> Sql Server Services -> Sql Full Text Filter Deamon Launcher ( MSSQLSERVER ).

I installed SQL2008.AdventureWorks_All_Databases.x86.msi and it worked for me.

Best Regards,
Salil.


How to install Adventure Works SQL DW database and Analysis Services 2005/2008 (SSAS) Sample database and project-SSAS

Quote:
A3: For Analysis Services 2008 (Sample Refresh 1). Steps if on the server you DO NOT have full text search enabled:


Last edited by office politics; 03-08-2009 at 06:28 PM.
office politics is offline  
Old 03-09-2009, 01:53 PM   #8 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

office politics:

This SQL Server 2008 Express install won't allow me to install Full Text Search because it's demanding a valid account number and password, which I don't have.

I really appreciate the extraordinary lengths you're going to in order to help me, but so far I just haven't neen able to get this issue resolved. I wish I could offer suggestions about how someone could help me, or even pose an intelligent question, but at this point I'm baffled.
BobLewiston is offline  
Old 03-19-2009, 11:37 AM   #9 (permalink)
 
Newb Techie

Join Date: Mar 2009

Posts: 17

racerx69 is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

I have tried to install AW on SQL 2008 express so many times and tried to enable full text in several different ways, nothing worked. Brought my laptop in to my instructor for SQL training and he could not get it to work either. Never had any issues with 2005 so I am thinking of going back to it.
racerx69 is offline  
Old 08-14-2009, 08:24 AM   #10 (permalink)
 
Newb Techie

Join Date: Aug 2009

Posts: 1

hansdevries is on a distinguished road

Default Re: how to obtain SQL Server FullText Search service?

Quote:
Originally Posted by racerx69 View Post
I have tried to install AW on SQL 2008 express so many times and tried to enable full text in several different ways, nothing worked. Brought my laptop in to my instructor for SQL training and he could not get it to work either. Never had any issues with 2005 so I am thinking of going back to it.
Is it possible the service was not instsalled at all?
Look here: Microsoft SQL Server Product Samples: Database - Home
hansdevries is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HJT Log 2/28 dog111 HijackThis Logs (finished) 3 03-01-2009 10:52 PM
Pop up Malware-spyware problem. Please help whadayacallit Virus - Spyware Protection / Detection 1 01-04-2009 11:53 PM
Please Help !! Wallace2oo8 HijackThis Logs (finished) 1 12-24-2008 10:30 PM
Heavily Infected laptop GageMW HijackThis Logs (finished) 4 11-26-2008 10:11 PM
A sneaky, and annoying virus donaldj HijackThis Logs (finished) 25 06-16-2008 08:58 PM