Viewing 15 posts - 16 through 30 (of 62 total)
APPLY – all the time. I use a lot of table value functions in my code, and use CROSS APPLY with them. I’ve even used it in some...
November 21, 2014 at 7:27 am
This year I tracked Halloween, with the number of kids, and “random sampling” of the times that they showed up.
November 14, 2014 at 8:08 am
I use PARSENAME all the time: it’s in my quick “design patterns” toolkit that I dip into once in a while. In addition to an IPv4 address, I’ve used...
March 18, 2014 at 9:19 am
dmbaker (3/6/2014)
At the moment I would think the best approach would be is to design the database “correctly” and implement the GUI through something like MVC. Leave as much...
March 6, 2014 at 9:15 am
I think the fundamental issue that drives people to using EF and similar tools is a lack of understanding for relational data concepts. SQL is not OO, or anything...
March 6, 2014 at 8:30 am
below86 (2/28/2014)
paul.knibbs (2/28/2014)
February 28, 2014 at 10:01 am
Steve Jones - SSC Editor (2/28/2014)
call.copse (2/28/2014)
February 28, 2014 at 9:33 am
IMHO, it’s all about the roots of where relational database designs come from: set theory and relational algebra.
In the case of CREATE TABLE or ALTER TABLE, you are...
February 27, 2014 at 8:16 am
Nice job on explaining MDX; I look forward to the later installments.
Just out of curiosity, will you be addressing (via comparison) sets and tuples?
November 1, 2012 at 8:19 am
Is that really true? Still seems so many large companies (and their managers), want people on site.
I agree with you there: I work for one of those large companies. ...
August 23, 2012 at 8:29 am
I would also suggest that telecom is a growing market for big data.
August 21, 2012 at 7:57 am
This should have been an April Fool's editorial; well with a little tweaking of content.
May 31, 2012 at 7:56 am
I find the approach taken to a book does more to learn the subject than volumes of content.
For example, years ago I was trying to learn C, and...
May 4, 2012 at 7:43 am
I use hash functions to generate a synthetic key; some people might call it a surrogate key, but I believe the proper phrase is synthetic. I currently use
keyField...
February 20, 2012 at 8:08 am
Frank Banin (12/21/2011)
... My opinion is that whatever is feeding your SSAS cube is best modelled dimensionally.
I agree, especially when you have diverse data sources.
December 21, 2011 at 11:54 am
Viewing 15 posts - 16 through 30 (of 62 total)