Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 2,469 total)

  • RE: Complex merge project...

    Here're are some suggestions to get you started - based on the info you've given:

    1) Start from the very top - meaning - if you're dealing with 2 healthcare teams...

  • RE: Parse a calculation

    Mathew...you could do something like this:

    select Result = case

    when Text1 = '*' then (Num1...

  • RE: Double Exec in stored procedure with dynamic sql

    Sergiy - not sure if you've accidentally posted the response to some other post over here ?!?!

  • RE: Memorable Signatures

    & then there's Lowell's... "XML is like violence...If it doesn't solve your problem, you are not using enough of it."

  • RE: Double Exec in stored procedure with dynamic sql

    Yuri - to check for even/odd # of rows, you could use this logic..

    if (select (count(*) % 2) from myTable) = 0

    print 'even'

    else

    print 'odd'

  • RE: Memorable Signatures

    here's another one along the same lines...

    little boy crying - "mom, mom - I don't want to go to America"

    sound of a stinging slap followed by mom's voice - "shut...

  • RE: Memorable Signatures

    "who'd have thunk" gpf^192 that you were such a romantic!!!

    nothing to do with the bard, but with the folly of many women...

    If you want...

  • RE: odbc connection breaks with long running query

    a couple of suggestions:

    is a log file being generated that you could perhaps take a look at to see if there's any more information?!

    here's something from microsoft for similar errors...

  • RE: Generate SQL script problem

    thx. homebrew01 - however I too think the deferred names are only for stored procedures...have to "play around" with this sometime to get...

  • RE: Memorable Signatures

    sorry - no clues for I'd just give the quote away...I have a peace offering instead...I said earlier didn't I - DON'T SHOOT!

    A...

  • RE: Memorable Signatures

    If you're asking me Lee - nope! About lawyers - s..m de la s..m - I would post anything at all without thinking twice...

    sswords...

  • RE: Memorable Signatures

    I'm almost afraid to confess that I'm still guffawing over what Lee posted..I have a great Shakespeare quote that were I the person who could be gutsy enough to be...

  • RE: odbc connection breaks with long running query

    Have you tried increasing the "query time" in your odbc configuration to see if this fixes it ?!

  • RE: Memorable Signatures

    My all-time favourite & one that I (unfortunately) live by...

    "The only way to get rid of a temptation is to yield to it." - oscar wilde

  • RE: You just might be a DBA if.....

    ***sswords - not starting a new thread but thought this is a good time to reinstate an old classic***

    You see a poster on a truck with IAMS and you think...

Viewing 15 posts - 1,096 through 1,110 (of 2,469 total)