Forum Replies Created

Viewing 15 posts - 44,971 through 44,985 (of 59,063 total)

  • RE: Display column of different rows as column of a single row

    Cursor... my word... A very effective non-cursor solution has already been posted. Why ya gotta go swearing like that? 😉

  • RE: OpenRowSet Error

    Hmmmm... it's starting to sound like a "connection leak", although I don't know for sure. We had that problem only once and, if memory serves correctly, we found out...

  • RE: Automation fun

    Heh... don't feel bad... it took me half a day to figure out what I was doing wrong the first time I forgot the parenthesis.

  • RE: Automation fun

    EXEC (@SQL)

  • RE: Are the posted questions getting worse?

    Heh... I'm still trying to read what may be the greatest fantasy novel of all time... every time I get close to finishing a major part of it, they rewrite...

  • RE: Private Messages

    Steve Jones - Editor (2/23/2009)


    I could grab them from the DB. We won't add "download", but perhaps an "forward on to an email" would be nice.

    The delete is a mess....

  • RE: Removing char after space

    p.s. You may have better luck if you posted this on the SSIS forum.

  • RE: Removing char after space

    Yes... just sub a column name in the place of the string literal in both places.

    So far as exactly how to do it in SSIS, I don't know because I...

  • RE: Private Messages

    I'd like to be able to click on a folder and select "Download" and have it create a simple file (or, 1 file each) instead of manually opening each PM,...

  • RE: Return SQL count even if it's zero

    FULL OUTER JOIN would solve it all.

  • RE: Removing char after space

    SELECT SUBSTRING('02968-01999-00013 - 9',1,CHARINDEX(' ','02968-01999-00013 - 9')-1)

  • RE: Private Messages

    I'd be happy to delete mine... right after someone tells me how to download them all. I'd like to keep the ones that still remain.

  • RE: Are the posted questions getting worse?

    One of the few sets of "novels" I've read from start to finish is the 10 book collection for "John Carter of Mars" written by Edgar Rice Burroughs (same guy...

  • RE: CURSOR READ SP_WHO2

    That would be correct... and the OPENROWSET solution I provided took that into account by using a discrete SELECT list.

  • RE: 8 Clicks to What Changed

    Steve Jones - Editor (2/23/2009)


    People can't post their own articles. They can submit them, but they're all reviewed.

    And, I even phat-phingered my response... I meant to say "can't" and it...

Viewing 15 posts - 44,971 through 44,985 (of 59,063 total)