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.
| Author |
Topic |
|
Steve Letford
Starting Member
3 Posts |
Posted - 2002-06-30 : 19:47:09
|
| Hi,I've just added full text indexing to a table and populated the category but my query isn't returning any results.Also, my item count is always 0 and the catelog size never changes from 1Mb.Have I forgotten to do something obvious.ThanksSteve |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-07-01 : 11:09:37
|
SQL Version and OS Version would help What account is SQL Service running under ?Do you still have BUILTIN\Administrators login or have you removed itHTHJasper Smith |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-07-01 : 14:11:50
|
| Are you certain that the data you are searching for is, indeed, in the data, and is NOT an ignored word?What is your query syntax?Edited by - AjarnMark on 07/01/2002 14:12:23 |
 |
|
|
|
|
|