Forum Replies Created

Viewing 15 posts - 541 through 555 (of 702 total)

  • RE: Are the posted questions getting worse?

    RBarryYoung (4/30/2009)


    ... I would have had him two feet off the ground, grasping at his own throat.

    ...as you sardonically tell him "I find your lack of respect for...

  • RE: UPDATE column with auto number depending on field value ?!

    Well, I spent more time than I should have trying to get the cascaded value assignments (@counter = column = @counter + 1) to work inside a case statement. Finally...

  • RE: Original Theatrical Release of Star Wars

    Bob Hovious (4/30/2009)


    john.arnott (4/30/2009)


    Bob Hovious (4/29/2009)


    ... and of course "I'm gonna hit you with this crowbar until you go away!"

    So, you're telling us that Darth Vader wrote "Catcher in the...

  • RE: Original Theatrical Release of Star Wars

    Bob Hovious (4/29/2009)


    ... and of course "I'm gonna hit you with this crowbar until you go away!"

    So, you're telling us that Darth Vader wrote "Catcher in the Rye?";-)

  • RE: UPDATE column with auto number depending on field value ?!

    The only difference I see between your two code snippets is starting @counter at 0 or 1. I don't see how that would make a difference. Meanwhile, You...

  • RE: Original Theatrical Release of Star Wars

    Yes, of course. Now it's a bit difficult to distinguish that experience from all the repeat viewings on television and the digitally enhanced re-release a couple of years...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (4/29/2009)


    David Webb (4/29/2009)


    Yes. I saw it 5 times during the next two weeks and saw some new detail I had missed on the times before....

  • RE: Are the posted questions getting worse?

    Jack Corbett (4/29/2009)


    Lynn Pettis (4/28/2009)


    You know, I can think of some one else that, IMHO, ranks right there with our favorite White House window washer, and here is his latest...

  • RE: CASE & UPDATE

    Your posted code is incomplete/improperly copied (missing quote mark):

    Insert into #YTD (SID,Stage,Year_Start,Year_End,MTD_Date)

    select 'TP001,'P','01/01/2009','24/apr/2009','24/apr/2009'

    And, as previous poster points out, date formats are incompatible, so the last inserts fail. 'JAN/31/2009'...

  • RE: BINARY CHECKSUM

    Like Ronald, I doubt I'll have much use for a "text" datatype, but we do have XML in our databases so this QOD was valuable to me in pointing out...

  • RE: Convert UTC Time to Pacific Time Query:crazy:

    drodriguez (4/23/2009)


    Do you have a better solutions?

    -Dave

    Well..... Yes.

    Take another look at my suggestion above. Look at Goldie's first post. Consider reading the link Kyle gave to his blog...

  • RE: SELECT FUN

    SanjayAttray (4/22/2009)


    select NULL,'manoj'union select Null,'1'union select NULL,'manoj'

    order by 2

    or

    select NULL,'manoj'union select Null,'1'union select NULL,'manoj'

    order by 1

    gives you same result.

    NULL1

    NULLmanoj

    I tried on all sql server versions and result is same. ...

  • RE: Convert UTC Time to Pacific Time Query:crazy:

    drodriguez (4/21/2009)


    I subtracted 8 hours using a dateadd(hh,-8, column).

    So this was just for data with dates before March 8 this year, after which it would be 7 hours.... ...

  • RE: Convert UTC Time to Pacific Time Query:crazy:

    drodriguez,

    You say you figured it out. Please share your solution so others can learn from it. Thanks!!

  • RE: There Must Be 15 Ways To Lose Your Cursors... part 1, Introduction

    Matt Whitfield (4/20/2009)


    john.arnott (4/20/2009)


    Whether sometimes you respond to a "situation" as best you can, even while aware that someone with different skills or experience may have offered a superior solution,...

Viewing 15 posts - 541 through 555 (of 702 total)