Full text search returns no results

  • Hai everybody,

    I have a table with text column. The structure is

    TblData

    -----------

    LngIdnumeric(20)

    VchNameVarchar(100)

    VchEmailVarchar(100)

    TxtDataText

    VchRemarksVarchar(1000)

    I have created a catalog in the DB and added the table and column. I also started the full population of catalog. But when i issue a query(like the one i have given here) no data is returned even if theres a matching row. No error is also reported.

    select * from TblData where CONTAINS(TxtData,'ASP')

    But when i issue a simple query like

    select * from TblData

    rows are returned.Pls help me.

    Regards,

    Saravanan K

    Regards,

    K.Saravanan


    Regards,
    K.Saravanan

  • This was removed by the editor as SPAM

  • Is the population complete? Good? Corrupt file will give bad results, worth checking.

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply