Viewing 6 posts - 1 through 6 (of 6 total)
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....
February 12, 2008 at 9:26 am
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...
February 12, 2008 at 9:08 am
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...
February 12, 2008 at 8:37 am
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,...
February 12, 2008 at 7:58 am
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...
February 12, 2008 at 1:17 am
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...
February 11, 2008 at 11:32 am
Viewing 6 posts - 1 through 6 (of 6 total)