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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Full-text indexing

Author  Topic 

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2005-02-02 : 07:49:07
I'm currently doing a freelanceproject where I have come to realise that full-text indexing could come in handy. But the option is not enabled in my SQL Server Standard Edition...is this a feature for enterprise edition only? If not I would really appreciate a few pointers on how to enable it in addition to maybe some comprehensive steps on how to actually make it work...

--
Lumbago
"Real programmers don't document, if it was hard to write it should be hard to understand"

AndyB13
Aged Yak Warrior

583 Posts

Posted - 2005-02-02 : 10:43:31
Full text indexing is a feature of Standard Ed as well
Ensure that the full text service has been started - under support services in EM or Microsoft Search in service control manager

Andy
Go to Top of Page

Xerxes
Aged Yak Warrior

666 Posts

Posted - 2005-02-02 : 10:52:42
quote:
Originally posted by Lumbago

I'm currently doing a freelanceproject where I have come to realise that full-text indexing could come in handy. But the option is not enabled in my SQL Server Standard Edition...is this a feature for enterprise edition only? If not I would really appreciate a few pointers on how to enable it in addition to maybe some comprehensive steps on how to actually make it work...

--
Lumbago
"Real programmers don't document, if it was hard to write it should be hard to understand"



Lumbago....I hope you won't mind if I quote you in the future when my boss asks me where the documentation is


~~~~~~~~~~~~~
Semper fi,

Xerxes, USMC
Go to Top of Page

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2005-02-02 : 10:54:59
Not at all...actually it would be a pleasure

--
Lumbago
"Real programmers don't document, if it was hard to write it should be hard to understand"
Go to Top of Page
   

- Advertisement -