Viewing 15 posts - 16 through 30 (of 52 total)
Dwain,
I did remember to cast to varchar but may not have matched the actual length of varchar in the table. Can you tell me why this exact match would be...
November 13, 2013 at 6:23 pm
Correction....those errors were due to my sloppy typing....but back to the original error:
Msg 240, Level 16, State 1, Line 1
Types don't match between the anchor and the recursive part in...
November 13, 2013 at 9:17 am
Dwain,
I appreciate your interest and effort on this. I would like to find a more efficient way to handle this but after changing the ITEM1 and ITEM2 to the...
November 13, 2013 at 7:59 am
I had another suggestion (from a different forum) that provided a solution. It may not be the most eloquent but it ran on 98K rows in 8 minutes.
This is...
November 12, 2013 at 8:53 am
On a quick read through I noticed your data type is int. This would drop the leading zeros on many of my skus. When I run this with...
November 12, 2013 at 7:38 am
Thank you Dwain. I'll read through the code and give it a try this morning!
November 12, 2013 at 6:58 am
I appreciate the dialogue here and I am benefiting from it. Dwain, I re-ran your code on your small example and it worked this time....no idea why. It...
December 19, 2012 at 7:22 am
Dwain,
As a follow up. There seems to be an issue related to the process order of the data (I know...there is no actual order). When I add an...
December 18, 2012 at 12:49 pm
dwain.c (12/17/2012)
lmeinke (12/17/2012)
dwain.c (12/14/2012)
lmeinke (12/14/2012)
I was actually replying to dwain c. but I do thank you as well. I was out of the office for a few days and...
December 18, 2012 at 12:18 pm
sgmunson (12/17/2012)
December 17, 2012 at 11:44 am
sgmunson (12/17/2012)
December 17, 2012 at 10:00 am
dwain.c (12/14/2012)
lmeinke (12/14/2012)
I was actually replying to dwain c. but I do thank you as well. I was out of the office for a few days and didn't try...
December 17, 2012 at 7:41 am
Steve,
I was actually replying to dwain c. but I do thank you as well. I was out of the office for a few days and didn't try yours until...
December 14, 2012 at 3:45 pm
Thank you for the code and suggestion. I did run the code and it works for all but the very first entry in an industry/category group. I will...
December 14, 2012 at 3:19 pm
Jeff,
If you have any more insight into this issue I would sure appreciate it.
Thank you,
Lonnie
December 13, 2012 at 12:27 pm
Viewing 15 posts - 16 through 30 (of 52 total)