Viewing 11 posts - 16 through 26 (of 26 total)
Jacob Wilkins (2/9/2016)
February 11, 2016 at 4:14 am
Igor Micev (2/9/2016)
why you have
where Contains(Name, '"Jo*"')
shouldn't it be
where Contains(Name, 'Jo')
When I do this, it has less results than when I use with the double quote and the...
February 9, 2016 at 9:05 am
Keep on with the creation of the fulltext index
I've deleted the catalog and the index. and recreated based on your scripts.
Still same results though
February 9, 2016 at 8:58 am
Igor Micev (2/9/2016)
2)
Run this to see...
February 9, 2016 at 8:47 am
Igor Micev (2/9/2016)
Msg 7601, Level 16, State 2, Line 5
Cannot use a CONTAINS or FREETEXT predicate on table or indexed...
February 9, 2016 at 8:45 am
Hi Scott,
When I try to run the scripts I get:
'Online index operations can only be performed in Enterprise edition of SQL Server.'
Is there a way to do this in...
July 25, 2014 at 1:13 am
Hi Scott,
In attachment the results (hopefully good format)
Peter
July 16, 2014 at 8:20 am
Hi,
Sorry for the late response, was a weekend out of town. The zip file should be attached.
Peter
July 15, 2014 at 1:29 am
Hi Steve,
I checked the query execution plan, however it is the first time I am looking in such thing, and I have no idea how to see what is wrong....
July 11, 2014 at 4:56 am
sgmunson (7/10/2014)
July 10, 2014 at 9:22 am
Viewing 11 posts - 16 through 26 (of 26 total)