0

We can index the table by right-clicking on the table name in SQL management studio and clicking on Full-Text index.

This option is present but is 'disabled' (appears in light gray) in my management studio.

Also MSDN blogs points out regarding MSSQLFDLauncher. This is also absent in my case.

http://msdn.microsoft.com/en-us/library/ms345189(v=SQL.100).aspx

Any help would be highly appreciated

Tom
  • 208
  • 1
  • 4
  • 11

1 Answers1

0

Without sounding too obvious have you installed the full text component.

Conrad Frix
  • 51,984
  • 12
  • 96
  • 155
  • :) I tried installing all components and nothing worked for me. I might have done something wrong. – Tom Jan 20 '11 at 20:28
  • What I eventually did was to uninstall everything and re-install a 'feature-packed' SQL server 2008 R2. everything is in order now! – Tom Jan 20 '11 at 20:28