Viewing 15 posts - 106 through 120 (of 229 total)
I am at the end of a long day. Looking at your code my head hurts.
How about some help in understanding how this monster works ?
January 25, 2016 at 3:07 pm
The key question of recursion is in which cases is it the best approach ?
I remember the infamous factorial example - convenient to use to explain recursion in this very...
January 21, 2016 at 3:13 pm
Yes it was ... ;-). Your help is most appreciated. Contributions such as yours are what makes this forum great.
It took me 0,5 sec to realize that your solution...
January 8, 2016 at 7:53 am
Hit the nail right on the head. (Of course the "initiator" ; is required before the with:-))
Thank you !
January 7, 2016 at 1:19 pm
The problem was as follows:
UPDATE t1
SET IsLatestContract =
CASE
...
January 7, 2016 at 12:42 pm
Thank you, half-way there. The main table still has to be * updated * with the result set, i.e. it is needed to identify, for each customer, which is its...
January 7, 2016 at 12:13 pm
A bit of nit-picking for improvement:
Instead of using SUBSTRING to retrieve the last character why one simply use RIGHT(<expr>, 1) ?
December 16, 2015 at 8:52 am
Thank you for the starting point. Now I should be able to raise my level of knowledge (one of the raison d'être of the forum).
Regards
December 7, 2015 at 7:59 am
Though a bit rude, my comment was actually intended to prompt (invite ?) a clarification because I am interested in what appeared to be a somewhat arcane topic I never...
December 7, 2015 at 7:20 am
I suppose it is great for someone who knows what this is all about.
This article stands out as the driest of them all, without any introduction or explanation of what...
December 4, 2015 at 2:40 pm
Thank you all for your assistance.
My solution looks amateurish next to yours - I had a second insert based on the results of the first insert selecting only where there...
November 25, 2015 at 9:06 am
I was more thinking of the "main" tables like Customer, Contact, Invoice. No duplication issues there.
And yes, I agree that there is still work to be done for "reference" tables...
November 19, 2015 at 7:52 am
If two offices of an organization used the same application each maintaining its own database, then at a later time the two databases could be merged without any risk of...
November 18, 2015 at 2:29 pm
I agree. GUIDs have their place and sometimes are totally unavoidable. They can be incredibly painful to your system if not handled correctly. But what I find is they are...
November 17, 2015 at 9:27 am
Viewing 15 posts - 106 through 120 (of 229 total)