View Single Post
Old 03-08-2009, 06:25 PM   #7 (permalink)
office politics
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

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