Forum Replies Created

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

  • RE: Database Design Follies: NULL vs. NOT NULL

    ZZartin (2/29/2016)


    roger.plowman (2/29/2016)


    I still don't see why relational tables can't have records for TBD, N/A, and UNK.

    This A) gets rid of nulls, which are just messy to code for and...

  • RE: Database Design Follies: NULL vs. NOT NULL

    I still don't see why relational tables can't have records for TBD, N/A, and UNK.

    This A) gets rid of nulls, which are just messy to code for and B) doesn't...

  • RE: Database Design Follies: NULL vs. NOT NULL

    j-1064772 (2/26/2016)


    roger.plowman (2/26/2016)


    j-1064772 (2/26/2016)


    Otherwise how do you publish the information if no field can be left NULL ? Real life cannot be constrained by database design requirements. Life is full...

  • RE: Database Design Follies: NULL vs. NOT NULL

    j-1064772 (2/26/2016)


    Otherwise how do you publish the information if no field can be left NULL ? Real life cannot be constrained by database design requirements. Life is full of uncertainties...

  • RE: Database Design Follies: NULL vs. NOT NULL

    I'm in the camp of "Nullable columns are a dumb idea" with one glaring exception. If you have a "notes" field that is NORMALLY left empty AND defined as [n]varchar(max)...

  • RE: Auto Generate Your Database Documentation

    Extended properties are essential for good documentation, yes, but if you're adding them to the database itself (after the fact) you have a world of hurt just waiting for you.

    Why...

  • RE: Stairway to Advanced T-SQL Level 1: Introduction to Advanced Transact SQL Stairway and Using the CROSS JOIN Operator

    So the only real use of the term "CROSS JOIN" vs the older seperation of two tables by a comma is simply to reassure the reader that the cross join...

  • RE: Forcing Strong Passwords

    Password managers have their own dangers, they are NOT something you should recommend. One compromise of a user's system and EVERY SINGLE SITE they log into is compromised--and they won't...

  • RE: What is the True Version of Code?

    below86 (2/5/2016)


    roger.plowman (2/5/2016)


    below86 (2/5/2016)


    No bug should be so bad it has to be fixed RIGHT NOW OR THE WORLD DIES!

    I would like to live in your fantasy world. It...

  • RE: What is the True Version of Code?

    below86 (2/5/2016)


    No bug should be so bad it has to be fixed RIGHT NOW OR THE WORLD DIES!

    I would like to live in your fantasy world. It sounds so...

  • RE: What is the True Version of Code?

    Phil Parkin (2/5/2016)


    roger.plowman (2/5/2016)


    Eric M Russell (2/3/2016)


    As a DBA, if I get a 2am call that a critical application is down, because a select in a stored procedure is missing...

  • RE: What is the True Version of Code?

    Eric M Russell (2/3/2016)


    As a DBA, if I get a 2am call that a critical application is down, because a select in a stored procedure is missing a join operator,...

  • RE: What is the True Version of Code?

    Andy Warren (2/2/2016)


    Steve, I wonder if calling it a design mistake is correct, or fair. It's a different product with a different purpose. I like the ability to make small...

  • RE: What is the True Version of Code?

    Phil Parkin (2/2/2016)


    roger.plowman (2/2/2016)


    Phil Parkin (2/1/2016)


    roger.plowman (2/1/2016)


    below86 (2/1/2016)


    roger.plowman (2/1/2016)


    "

    Instant fail.

    You NEVER EVER EVER put a change into production without going through development/QA/approval/whatever.

    NEVER.

    Here is the reason I would NEVER EVER want...

  • RE: What is the True Version of Code?

    Phil Parkin (2/1/2016)


    roger.plowman (2/1/2016)


    below86 (2/1/2016)


    roger.plowman (2/1/2016)


    "

    Instant fail.

    You NEVER EVER EVER put a change into production without going through development/QA/approval/whatever.

    NEVER.

    Here is the reason I would NEVER EVER want to be on...

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