Forum Replies Created

Viewing 15 posts - 331 through 345 (of 629 total)

  • RE: But, but, but, my data is clean!

    GilaMonster (6/23/2014)


    andrew gothard (6/23/2014)


    GilaMonster (6/21/2014)


    I love arguing this one with devs, so much 'agile' nonsense sometimes. 😀 "Creating validation in the database is a violation of the DRY principal"

    The...

  • RE: Developers vs. DBAs

    Gary Varga (6/12/2014)


    My point is that, bearing in mind the editorial, the whole way of thinking is as flawed as the value of the number of legs as described in...

  • RE: Developers vs. DBAs

    simon.crick (6/12/2014)


    Tension arise when Developer and DBA roles/responsibilities are not properly separated.

    It sounds simple because it is. Problems only arise when people forget the basic principles of software engineering, i.e....

  • RE: But, but, but, my data is clean!

    GilaMonster (6/21/2014)


    I love arguing this one with devs, so much 'agile' nonsense sometimes. 😀 "Creating validation in the database is a violation of the DRY principal"

    The concept's not nonsense...

  • RE: Just curious, what are your SQL pet peeves ?

    crmitchell (6/20/2014)


    Ed Wagner (6/20/2014)


    Honestly, I was a little surprised that you could create a type named "number" so I just had to try it. It worked, so I...

  • RE: Just curious, what are your SQL pet peeves ?

    SQLRNNR (6/20/2014)


    andrew gothard (6/20/2014)


    Ed Wagner (6/19/2014)


    andrew gothard (6/19/2014)


    below86 (6/18/2014)


    andrew gothard (6/18/2014)


    below86 (6/16/2014)


    andrew gothard (6/15/2014)


    Koen Verbeeck (6/14/2014)


    Badly phrased, sorry. In a column that should be a date, it's plain stupid...

  • RE: Just curious, what are your SQL pet peeves ?

    Ed Wagner (6/20/2014)


    andrew gothard (6/20/2014)


    Ed Wagner (6/19/2014)


    andrew gothard (6/19/2014)


    below86 (6/18/2014)


    andrew gothard (6/18/2014)


    below86 (6/16/2014)


    andrew gothard (6/15/2014)


    Koen Verbeeck (6/14/2014)


    Badly phrased, sorry. In a column that should be a date, it's plain...

  • RE: Just curious, what are your SQL pet peeves ?

    Ed Wagner (6/19/2014)


    andrew gothard (6/19/2014)


    below86 (6/18/2014)


    andrew gothard (6/18/2014)


    below86 (6/16/2014)


    andrew gothard (6/15/2014)


    Koen Verbeeck (6/14/2014)


    Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do...

  • RE: Just curious, what are your SQL pet peeves ?

    below86 (6/18/2014)


    andrew gothard (6/18/2014)


    below86 (6/16/2014)


    andrew gothard (6/15/2014)


    Koen Verbeeck (6/14/2014)


    Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do that in your Order...

  • RE: Just curious, what are your SQL pet peeves ?

    below86 (6/16/2014)


    andrew gothard (6/15/2014)


    Koen Verbeeck (6/14/2014)


    Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do that in your Order Taken timestamp column...

  • RE: Just curious, what are your SQL pet peeves ?

    Koen Verbeeck (6/14/2014)


    andrew gothard (6/13/2014)


    " store the dates as integers, like 20140612, and then join to a 'Date' table with this 'key' to get a real date field" - this...

  • RE: Just curious, what are your SQL pet peeves ?

    Koen Verbeeck (6/14/2014)

    Typically you break a datetime into a date part and a time part and store it in two dimensions.

    This allows you to solve analytical questions on the date...

  • RE: Just curious, what are your SQL pet peeves ?

    Evil Kraig F (6/13/2014)


    Offhand, even in my warehouses, I never really saw a significant value in storing the date as a four byte int instead of the 8 byte datetime....

  • RE: Just curious, what are your SQL pet peeves ?

    Koen Verbeeck (6/13/2014)

    People come up with the nonsense because other people - like Kimball - tell them to.

    Kimball advocates that every surrogate key should be a meaninglessinteger (which is a...

  • RE: Just curious, what are your SQL pet peeves ?

    Andrew Kernodle (6/12/2014)


    Yep, we're in the same boat as far as compatibility and versions go. We're technically not supposed to be using 2008R2 by the vendor's contract (2008 is...

Viewing 15 posts - 331 through 345 (of 629 total)