Viewing 15 posts - 1,381 through 1,395 (of 1,414 total)
dbursey (4/18/2013)
April 18, 2013 at 7:09 am
churlbut (4/18/2013)
April 18, 2013 at 6:48 am
Jim P. (4/17/2013)
Thats not obviously my final conclusions, there could be real downsides to the topics this seems to address, but my first impression is that its a net...
April 18, 2013 at 4:52 am
Jim P. (4/17/2013)
patrickmcginnis59 10839 (4/17/2013)
April 17, 2013 at 6:44 pm
djackson 22568 (4/15/2013)
Steve Jones - SSC Editor (4/14/2013)
Comments posted to this topic are about the item <A HREF="/articles/Editorial/98168/">Modeling the Earth</A>
Steve,
I am not sure I agree with this being a cool...
April 17, 2013 at 2:26 pm
Sean Lange (4/17/2013)
patrickmcginnis59 10839 (4/17/2013)
Hopefully someone can take my DDL and...
April 17, 2013 at 12:53 pm
Sort of a generic approach. I don't think it compares very favorably to the microsoft specific approach, ie., 'UPDATE FROM'.
Hopefully someone can take my DDL and we can start one...
April 17, 2013 at 11:13 am
this is a fairly interesting topic!
However, what you're looking for might not exist in a perfect form. What you seem to be asking is for a tool that allows management...
April 16, 2013 at 11:52 am
I know I'm posting the obvious here but I would have liked making income a discrete item by dividing the values into ranges and selecting on that.
April 15, 2013 at 6:19 am
Pseudocode of my guess!
Select e.entityId,
a.name,
a.title,
a.address,
e.rank
From (
Select entityId, max(Rank) Rank
from (
Select
Top(50)
e.entityId
keyTable.Rank
From
entity e
inner join ContainsTable(srch_param, param_val, @contains_srch_param) as keyTable on e.entityId = keyTable.key
-- Order by keyTable.Rank desc (probably not needed)
Union
Select
Top(50)
e.entityId
keyTable.Rank
From
entity e
inner join...
April 12, 2013 at 12:15 pm
In all seriousness, have you had a look at Microsoft "lightswitch?" Its a darn neat looking product, maybe worth a look. I haven't heard much from it lately though, maybe...
April 11, 2013 at 7:41 am
The answer is as always, "cubes".
With cubes, you can enable creative use of multinational, specialized skillsets enabling proactive analysis of transformational datasets allowing the organization to leverage the diversity of...
April 11, 2013 at 7:27 am
456789psw (4/9/2013)
"The Table Spool operator scans the input and...
April 10, 2013 at 2:51 pm
Perfect case for a CASE!
btw nice post subject, I'm going to use your code myself!
edit: you could probably move the case clause elsewhere to take care of the comparison, for...
April 10, 2013 at 7:20 am
Make sure one of the traces isn't still in progress! LOL dumb suggestion, shows how little I know etc etc but I haven't met my post quota for this week...
April 10, 2013 at 6:11 am
Viewing 15 posts - 1,381 through 1,395 (of 1,414 total)