Forum Replies Created

Viewing 15 posts - 121 through 135 (of 213 total)

  • RE: Data Typing Quandry

    Excellent question, I learned something new.

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: DATALENGTH

    I agree, the result is correct but the explanation is wrong. And this is a good example why you should never omit any default statements even it may be tempting...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Computed Columns

    Nice question, and as everyone else pointed out, the computed columns doesn't need to user more resources. Hugo gave an excellent example on how it could use less resources.

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: How many Records Will Get Selected

    This was really a trick question! I assumed the constraint was correct and it was a bad assumption.

    /Håkan Winther

    SQL Service AB

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Answers to Your QOD

    My answer to the qustion was "the writer of the question", but i agree that the reader also have a responibility.

    I think it was a Good question, and i thank...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Denormalization Strategies

    Paul White (3/15/2010)


    Normalize 'til it hurts...de-normalize* 'til it works!

    * appropriately

    good point! 🙂

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Denormalization Strategies

    Remember that there is no such thing as a free lunch! There are always a cost for everything. Denormalization Will cost you disk, maintenance and sometimes the overhead of updating...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Counting spaces with datalength

    Thanks for your QotD! I answered too quick and didn't think of the difference between Len and DATALENGT().

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Checksums

    Thanks for an excellent question.

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Multi-statement execution

    Oleg Netchaev (2/5/2010)


    JosephDMarsh (2/5/2010)


    I chose 4, but (as it turns out) I was guessing. (I thought I knew what was going on, chose an answer and clicked 'Submit' before...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Declarative Data Integrity

    Hugo Kornelis (1/25/2010)


    Good question.

    Not a good explanation, though.

    "The constriaints prevent some inserts and deletes from occurring." - I did not run the code, but I am pretty sure that all...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: SQL Server 2008 Policy-Based Management

    Nice question! I learned something from it.

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Fun with Decimals

    The important point with this question is that you should never take anything for granted and always specify "optional" paramters/statements

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Predict output for ROUND function

    Thank you for a great qotd and explanation! Lesson learned.

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: How long is a NULL?

    I got the answer correct, but only because I guessed there was a catch somewhere. I really don't like implicit conversions, especially when I get unexpected results :angry:

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

Viewing 15 posts - 121 through 135 (of 213 total)