Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Full text index error

    Ok, on this forum I put pseudo code. But I test it with real code...

    And yes, even the return value is 0 the create fulltext index is executed or compiled....

  • RE: Full text index error

    The serverproperty('IsFullTextInstalled') returns 0 on the server without full text indexing.

    Unfortunately, the solution that you proposed does not work either. The server returns again the error message: "Full-Text Search is...

  • RE: Full text index error

    The last one fails only when Full text indexing is not installed. And that's normal.

    I have 2 SQL Servers. One sql server that has full text indexing installed, another one...

  • RE: Full text index error

    I put the create fulltext index in comment. I don't get an error. I get only an error when the lines create fulltext index is in the if statement.

    Of course,...

  • RE: Full text index error

    The sql server throws an error for this query statement. That's normal, because full text indexing is not installed. It fails on the line create fulltext catalog and throws the...

  • RE: Full text index error

    Yes, I'm sure about that.

    It's the line Create Full Text index that produce the error. But I don't understand why the first 2 lines are ignored (by using the if...

Viewing 6 posts - 1 through 6 (of 6 total)