Forum Replies Created

Viewing 15 posts - 5,506 through 5,520 (of 9,707 total)

  • RE: Are the posted questions getting worse?

    mtillman-921105 (7/25/2011)


    Too many of these posters don't realize the level of expertise that they are getting here. Maybe you all need more intimidating titles like "Grand Intergalactic SQL Master"...

  • RE: What's a safe backup?

    halifaxdal (7/25/2011)


    Brandie Tarvin (7/25/2011)


    halifaxdal (7/25/2011)


    SSMS is not reliable and it's very buggy

    What sort of problems are you having with it? If you post detailed problem descriptions / error messages, we...

  • RE: What's a safe backup?

    halifaxdal (7/25/2011)


    SSMS is not reliable and it's very buggy

    What sort of problems are you having with it? If you post detailed problem descriptions / error messages, we might be able...

  • RE: Today's Random Word!

    Revenant (7/25/2011)


    Brandie Tarvin (7/25/2011)


    crookj (7/25/2011)


    Ray K (7/25/2011)


    Daniel Bowlin (7/25/2011)


    ruthless

    people

    Despicable

    Me

    Really?

    Movie title. "Despicable Me."

  • RE: Nulls and logic

    zapouk (7/22/2011)


    Sorry, haven't got access to my sql code at the moment but the example I've given matches it. The only nullable column is A and it's a one-to-one relationship...

  • RE: Are the posted questions getting worse?

    I love chapter 2, The First Programmer was a Lady.

  • RE: Today's Random Word!

    crookj (7/25/2011)


    Ray K (7/25/2011)


    Daniel Bowlin (7/25/2011)


    ruthless

    people

    Despicable

    Me

  • RE: Nulls and logic

    Let me see if I understand your situation correctly.

    You want to update A, B & C when none of these columns equal the A, B, and C columns from another...

  • RE: Removing or Replacing Data

    Kath,

    Thank you for adding your insight. I think only one of the previous respondents works with HL7, so your perspective is very welcome indeed.

  • RE: Nulls and logic

    Ah, okay. I thought your post before last was a "I still need help" kind of post. That's why I asked if you were going to do that in your...

  • RE: Nulls and logic

    zapouk (7/21/2011)


    declare @A int

    select @A = null

    select isnull(@A, '')

    This returns zero.

    Is that really what you are going to be doing with your code?

  • RE: Today's Random Word!

    SQLRNNR (7/21/2011)


    Skipper

    Gilligan

  • RE: Nulls and logic

    It does. Just so long as you're aware of your particular needs and code it so that it doesn't use an existing value, you should be able to use it...

  • RE: Nulls and logic

    Yes, I'm aware of that issue. I should have been more clear in my earlier reply.

    When using ISNULL() this way, you need to make sure you're using a new value...

  • RE: 2008 TSQL Upgrade Question

    Ahha!

    Thanks, guys.

Viewing 15 posts - 5,506 through 5,520 (of 9,707 total)