Viewing 3 posts - 1 through 3 (of 3 total)
Well, I never found a cause for the error, but I rewrite the query to join on a different field and that worked. The field I was trying to...
February 11, 2009 at 10:28 am
And then there is the CLR version that comes in with the following results on my machine:
========== Recursive CTE ==========
Table 'Worktable'. Scan count 2, logical reads 600002, physical reads 0,...
August 12, 2008 at 9:13 am
Does anyone consider the use of a CLR function for this type of processing?
For example:
[Microsoft.SqlServer.Server.SqlFunction]
public static int clr_occurs2(string target, char lookFor)
{
...
August 11, 2008 at 10:50 am
Viewing 3 posts - 1 through 3 (of 3 total)