Viewing 15 posts - 1 through 15 (of 137 total)
Have you tried implementing a Genetic Algorithm in SQL?
September 22, 2015 at 9:42 am
Why are we still emailing tables of data?
Can't we have whatever triggering event send a link for a full-featured data explorer to our preferred communication provider (email/sms/tweet/etc)?
I mean......
August 28, 2015 at 3:32 pm
I assumed it was a trick so I chose incorrectly despite looking at the right answer.
It proves that I didn't know the answer as confidently as I should have known.
October 9, 2014 at 6:23 am
Sean Pearce (9/16/2014)
And this relates to SQL Server how? I am not here for maths lessons.
I agree. Though I do like maths lessons, I'm not sure what I was...
September 16, 2014 at 3:01 pm
Isn't this a DIY version of recursive CTE?
September 15, 2014 at 6:28 am
piotrka (9/9/2014)
Great topic, very short article. I think you should follow with more details. For example; try to explain why the year Dimension only has 2 columns.
I agree....
September 9, 2014 at 9:47 am
I was surprised you didn't discuss case inside aggregate functions.
before PIVOT existed we used something like this:
select
entityid
,fieldA = max( case when attribute="A" then value else ''...
April 9, 2014 at 7:39 am
Are you using the right tool for the job?
I imagine the T-SQL solutions provided so far are clever (but they looked too complicated for me to casually understand & appreciate...
January 13, 2014 at 8:13 am
in case you haven't already seen it: Dave's Guide to the EAV
http://weblogs.sqlteam.com/davidm/articles/12117.aspx
highly recommended.
January 7, 2014 at 7:46 am
Mauve (11/14/2013)
November 14, 2013 at 3:00 pm
if "101" had been an option I'd have chosen it (and been wrong)
I would not have expected isnumeric('$') to be 0
October 15, 2013 at 7:44 am
Why would anyone generate dynamic sql with comments in the to-be-executed string?!
These subtleties of line-commented block-comment and comments-with-comments defeats the whole purpose of comments: to clarify what should be...
September 24, 2013 at 9:14 am
Christian Buettner-167247 (9/23/2013)
sknox (9/23/2013)
So the correct answer should be "It depends on the...
September 23, 2013 at 9:25 am
Viewing 15 posts - 1 through 15 (of 137 total)