Viewing 4 posts - 1 through 5 (of 5 total)
Hi Steve,
Thank you for your solution. However I can't seem to get this working in the same way as LIKE '%<term>%' !
When I use the FREETEXT or CONTAINS only 2...
January 12, 2012 at 9:39 am
Hello Jack,
Thank you for your response.
As you are a T-SQL person, I was thinking about the following approach I would like to discuss. As the problem lies in % prior...
January 12, 2012 at 9:27 am
Hi Andre,
This is the code producing the results I want:
SELECT
*
FROM
[dbo].[companies] a
WHERE
a.[organisationname] LIKE '%FEK%'
60 rows affected.
I've tried to find a FTS alternative:
SELECT
*
FROM
...
January 12, 2012 at 1:42 am
Hello,
Found it! It seems SSRS is responsible for this. The Transactions/sec on the ReportServer databases are showing the exact same line as the heartbeat.
Regards,
Peter
March 1, 2011 at 9:37 am
Viewing 4 posts - 1 through 5 (of 5 total)