Forum Replies Created

Viewing 15 posts - 16 through 30 (of 62 total)

  • RE: Real World T-SQL Tricks

    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...

  • RE: Bucket List Data

    This year I tracked Halloween, with the number of kids, and “random sampling” of the times that they showed up.

  • RE: Having fun with PARSENAME (SQL Spackle)

    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...

  • RE: One size does not fill all

    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...

  • RE: One size does not fill all

    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...

  • RE: Geeky Entertainment

    below86 (2/28/2014)


    paul.knibbs (2/28/2014)


    Since video games are fair game for adaptation (they're even planning a Minecraft movie...words fail me :crazy:) I wouldn't mind seeing an adaptation of Planescape: Torment. It's one...

  • RE: Geeky Entertainment

    Steve Jones - SSC Editor (2/28/2014)


    call.copse (2/28/2014)


    I don't think it could be a movie - maybe a HBO show or something - but I'd love to see the Foundation series...

  • RE: Fixing CREATE TABLE

    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...

  • RE: MDX Guide for SQL Folks: Part I - Navigating The Cube

    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?

  • RE: Big Data Jobs

    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. ...

  • RE: Big Data Jobs

    I would also suggest that telecom is a growing market for big data.

  • RE: Never, Ever Use Clustered Indexes

    This should have been an April Fool's editorial; well with a little tweaking of content.

  • RE: The Best Way to Learn

    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...

  • RE: An Implementation of the FNV1a Hash Algorithm for SQL Server

    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...

  • RE: Managing Data Dictionaries in DW and DSS Database Applications

    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.

Viewing 15 posts - 16 through 30 (of 62 total)