-1

How to enable and perform a "full text" search on a table in SQL Server 2005?

I did not quite understand the solution in: How do I use full text search across multiple tables, SQL Server 2005

Community
  • 1
  • 1
Developer
  • 17,809
  • 26
  • 66
  • 92

4 Answers4

0

I think that this video tutorial, should get you a good part of the way there.

you have to setup the index before you can search against it.

Mitchel Sellers
  • 62,228
  • 14
  • 110
  • 173
0

How hard is it to incorporate full text search with SQL Server?

Community
  • 1
  • 1
FlySwat
  • 172,459
  • 74
  • 246
  • 311
-1

You can also have a look at http://msdn.microsoft.com/en-us/library/ms142583.aspx

Krishna Kumar N
  • 137
  • 2
  • 13