Viewing 15 posts - 16 through 30 (of 30 total)
rbarryyoung (10/20/2008)
Heh. You know when I saw the title of this thread, I thought that it was another editorial about the Financial Crisis. 🙂
heh heh..sorry bout that, couldn't...
October 20, 2008 at 10:54 am
Garadin (10/20/2008)
Using that code gives me the following results on your test data:
RESULTS
-----------------
35zhA2
112zhA2
121zhC3
141enA4
181enA4
193deA4
201enC5
211enC5
If these are incorrect, point out which ones should or should not be there / why.
I think you're...
October 20, 2008 at 9:44 am
Garadin (10/18/2008)
October 20, 2008 at 7:55 am
bhovious (10/17/2008)
I have tested it against one of the patterns you just sent and found a discrepancy there which can be fixed, but first let me ask: Will...
October 17, 2008 at 11:16 pm
bhovious (10/17/2008)
Here's a set based solution using CTEs. Please let us see the execution plans and performance statistics when you have tested them. Best of luck.Bob
I...
October 17, 2008 at 9:25 pm
Garadin (10/17/2008)
October 17, 2008 at 9:17 pm
Hi,
I also have an attachment here named demo to help understand on what I'm about to achieve or help better support my objectives.
-dans
October 17, 2008 at 12:43 pm
Gary Johnson (10/16/2008)
I'm not clear on what you want the output to be. If you can post that maybe we can come...
October 16, 2008 at 10:51 pm
Matt Miller (9/8/2008)
September 15, 2008 at 11:27 pm
Matt Miller
Thank you very much for the script and idea. This works for some of the scenarios though some of which are giving me incorrect data output.
Christian Buettner
Your script is...
September 8, 2008 at 5:26 am
Hi All,
Sorry for the late reply.
Christian Buettner:
Hi dans,
You might try something like in the attached example.
I have not spent too much time verifying it, so it might contain a...
September 5, 2008 at 3:59 pm
I see. What we are dealing here is a huge data like about 2 Million or more with possible pattern as to my sample. Aside from this, I'm also looking...
September 3, 2008 at 2:44 pm
To parackson:
RowID 15 shouldn't be part of first set since this should be in sequence and this is a stored procedure which returns directly the result (range of row ids)
To...
September 3, 2008 at 8:28 am
Actually no, I'm trying to find the interleaving rows of unique data (trying to look at the combination of RowKey and Locale column). In the above sample, you can see...
September 2, 2008 at 4:04 pm
RowIDs are just for row counters on which to return the range result. What I need to look at is the combination of the two columns [RowKey] and [Locale] as...
September 2, 2008 at 1:31 pm
Viewing 15 posts - 16 through 30 (of 30 total)