Forum Replies Created

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

  • RE: Temp Tables

    Danny Ocean (5/24/2013)


    I really like this question. It's a very import basic question.

    Thanks for question. 🙂

    +1

    Thanks!

  • RE: Using FULL JOINs to Compare Datasets

    tom.w.brannon (4/23/2013)


    The calculation of the column

    ISNULL(S.RandomNumber, 0) - ISNULL(D.RandomNumber, 0) AS RandomNumberDiff

    requires some attention. It is important to choose a numeric value that is far from your threshold...

  • RE: DateTime data types

    David Conn (4/12/2013)


    What I find annoying is that by assigning a value of '' to the Datetime2 variable is that it has gone for '1900........'

    My preference would be to...

  • RE: Row Constructor

    Thanks, I learned something new today!

  • RE: The DBA Office

    batgirl (4/12/2013)


    My current environment is not my favorite - large open room with entire management and staff at rows of desks.

    I would hate to work in a large open...

  • RE: CASCADE - 2

    Hugo Kornelis (3/26/2013)


    I think you're reading a bit too much into the code used to create some sample data, Tom. I suspect Ron used this method to easily visualize which...

  • RE: Data Insecurity: A Perspective on Data Encryption

    Paulo A. Nascimento (3/7/2013)


    Hello

    Where in the article can I find the T-SQL script for creating the client table ?

    Thanks,

    --

    Paulo

    I, too, could not view the image showing the ClientTable definition....

  • RE: ISNUMERIC

    Hugo Kornelis (3/6/2013) I also think that this adds a nice touch of realism. If a junior on my team made this mistake and came to me after not being...

  • RE: Early Software

    Steve Jones - SSC Editor (2/25/2013)


    Carla Wilson-484785 (2/22/2013)


    LOL! Does anyone remember APL, "A Programming Language"? That's what hooked me in 1975, because it was an interactive terminal (keyboard,...

  • RE: Early Software

    LOL! Does anyone remember APL, "A Programming Language"? That's what hooked me in 1975, because it was an interactive terminal (keyboard, no CRT) back when all the other...

  • RE: The Data Scientist

    Thank you for an interesting topic. I have only recently heard people use the term "data scientist", and yet I think it applies well to what I do. ...

  • RE: A Tool for the Job

    Thank you for the interesting topic, and the link to Andrew C. Oliver's article, which had other links I followed. I have almost zero experience in any of these...

  • RE: A Software Warranty

    As a developer, I WANT to be on the support end. Even though I try to anticipate things like missing required parameters, etc. there is ALWAYS someone who will...

  • RE: Dog Food

    TravisDBA (10/3/2012)


    It should be "Eating your own caviar". I don't know about everyone else but I don't produce "dog food" class software.

    +1

  • RE: Enforce business rules with indexed views and a two-row table

    Steve in Fairfax (8/20/2012)


    While I applaud the innovation behind this solution, I would rather keep things simple and more easily understandable when I have to return to it 2 months...

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