Forum Replies Created

Viewing 15 posts - 19,186 through 19,200 (of 39,903 total)

  • RE: Are the posted questions getting worse?

    Chad Crawford (7/12/2010)


    Jeff Moden (7/9/2010)


    I promise to publish it right after PASS if it's not called upon.

    🙁 I don't want to wait. I had to build a...

  • RE: forgiving a query by not killing it.

    I would agree with Gail. Once it starts, there's nothing you can do. Before it starts, there are some config possibilities (MAXDOP, Query limits), Resource Governer (SS2K8) that can help...

  • RE: Today's Random Word!

    baseball

    No more large, bouncy, kicky, back-and-forth ball with too many shutouts.

  • RE: newbie - need to make an update sp, do i need all columns in it?

    Thanks for your service.

    I don't think those comments were inappropriate, and if they were hurtful, perhaps you should re-examine what you are asking. An update is a fairly trivial statement....

  • RE: Talking baseball

    good point. I'd prefer less inter-league games, but I don't hate the situation.

    I was thinking yesterday about soccer because it was on the radio. I'm not a fan, and have...

  • RE: why no Binary Search operator ?

    I posted a note on the Connect item as I'm with Gail. I'm not sure this helps with a balanced tree, and would like some more commentary and a better...

  • RE: Query Help for Newb

    Look at the CASE statement.

    SELECT CASE

    WHEN MyCol = 1 THEN 'Alert'

    WHEN MyCol = 0 THEN 'OK'

    ELSE 'No idea'

    END

    from MyTable

    where MyCol...

  • RE: Secondary skill for SQL DBA's

    I think Ray has a great take. I came into the DBA world from both an admin (early) and developer (next) worlds. Those "secondary skills" were extremely important in a...

  • RE: Talking baseball

    I think it does mean something for some of the people. There will always be, and probably always were, those that didn't think much of the game. They'd rather have...

  • RE: Help with SQL Coding

    An identity property and a unique index on this column will work. Trying to build the work for a random number is wasted effort. It's not needed.

  • RE: Help with SQL Coding

    I'd like to have you answer Jim's question. Typically a random number isn't used, and I suspect that you'll get yourself into trouble without understanding why. If this is a...

  • RE: update transaction

    Yes, the two updates would be one transaction, and the log could not clear between them, simple mode or not.

    You could also set a t-log backup in the middle of...

  • RE: Are the posted questions getting worse?

    I added my thoughts to the thread. I think the guy/gal was humble enough, admitting he was in over his head there. I am hoping, with my best effort, that...

  • RE: newbie - need to make an update sp, do i need all columns in it?

    Here's a skeleton, though as Alvin mentioned, if you don't understand Books Online, you are in for a rough time. Please get someone to help you go over the structure...

  • RE: Modeling question, I'm confused.

    In my example, I hadn't built a PK, but you can add one to ProductSection. Or a constraint to prevent duplicates. Not sure a PK matters.

    In terms of taxes/registers. My...

Viewing 15 posts - 19,186 through 19,200 (of 39,903 total)