Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

The document located at:

http://msdn2.microsoft.com/en-us/library/ms142557(d=ide).aspx

 

has this note listed:

 

"In Microsoft SQL Server 2005, all databases are full-text enabled by default. "

 

But when I try this query:

 

select description
from item
where contains(description, '"model"')

 

I get this message:

Msg 7601, Level 16, State 2, Line 1
Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'item' because it is not full-text indexed.

 

 

I am using SQL Server Express, so that might make a difference. Has anyone successfully used full-text search with SQL Server Express 2005?

 

I am trying to find out how to enable the search, but haven't had any luck so far.

 

Thanks for any help provided,

flynn

Posted

You need the "new" Sql-Server express.

 

The old one didn't have Fulltextsearch.

With that Update you also get Reportingservices and the Managment Studio

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...