Viewing 6 posts - 1 through 6 (of 6 total)
Sorry, no useful code here...just whimsy:
select What, sum([where]) over() 'The Rainbow'
from (
select 'Blue' as What, 1 as [where] UNION
select 'Birds' as What, 1 as [where] UNION
select 'Flyyyyyyy' as...
December 6, 2013 at 9:26 am
Hey Michael,
I get that question a lot! 🙂
It definitely is not a common need but one of the things my company supports are compensation plans for direct marketing and multilevel...
August 20, 2012 at 11:47 pm
Thanks for this article and the original! One question though... have you tried a very deep hierarchy on any of your methods? Like a million node binary tree (not necessarily...
August 20, 2012 at 10:21 pm
Many accidental DBA's are developers and may be doing both roles.
Technically i'm a Stealth DBA (I do dba things cause we, as a company, need it...even though its not in...
January 28, 2011 at 8:08 pm
Steve,
I just took a shot at rewording a bit. I hope it's helpful even if it's just by taking bits an pieces. If not, feel free to disregard:
Abstract:
Best practices...
January 24, 2011 at 11:31 am
Viewing 6 posts - 1 through 6 (of 6 total)