Viewing 2 posts - 1 through 3 (of 3 total)
Yes I am using full text indexing. The error messages I am getting are,depending on which query I use:
Msg 7630, Level 15, State 2, Line 2
Syntax error near '(' in...
April 13, 2013 at 7:31 pm
#1606278
I have tried
select id, SubjectText from dbo.email where contains
([ContentText],'"( (execute near class, near program ,NEAR code,near SQL ))"',2,true);
go
and
...
April 13, 2013 at 2:19 pm
#1606261